Monitor executed queries via artisan command.
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
php artisan query-monitor
The MIT License (MIT). Please see License File for more information.