authanram/laravel-query-monitor

Laravel Query Monitor

1.0.2 2022-04-02 09:11 UTC

This package is auto-updated.

Last update: 2024-03-30 00:37:47 UTC


README

Monitor executed queries via artisan command.

Query Monitor Console Screenshot

Installation

You can install the package via composer.

composer require authanram/laravel-query-monitor

Add the following line to your applications .env file:

QUERY_MONITOR_ENABLED=true

Add the following line to your applications .env file, if you need to change the URI:

QUERY_MONITOR_URI=127.0.0.1:7777

Usage

php artisan query-monitor

Credits

License

The MIT License (MIT). Please see License File for more information.