laravel-query-monitor maintained by authanram
authanram/laravel-query-monitor
Monitor executed queries via artisan command.

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.