==========
Package abandoned because the package: https://github.com/laravel/telescope be much better and with many options.
Thanks for more than 2 thousand installations.
composer require resultsystems/monitor
or
In the **require** key of **composer.json** file add the following:
```php
"resultsystems/monitor": "~0.3"
In your config/app.php add 'ResultSystems\Monitor\MonitorServiceProvider::class' to the end of the 'providers' array:
'providers' => array(
...
...
ResultSystems\Monitor\MonitorServiceProvider::class,
),
This tailing storage/logs/laravel.log
php artisan monitor:laravel
This will create a queries.log file inside of storage/logs directory and tailing the file.
php artisan monitor:queries
This will delete queries.log.
php artisan monitor:queries --stop