resultsystems / monitor
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/laravel/telescope package instead.
Monitor logs queries.log and laravel.log
0.3.2
2018-10-05 15:29 UTC
Requires
- php: >=7.0.0
- illuminate/support: >=5.5.0
- symfony/console: >=3.3.0
- symfony/process: >=3.3.0
This package is auto-updated.
Last update: 2021-05-30 12:20:28 UTC
README
==========
Package abandoned because the package: https://github.com/laravel/telescope be much better and with many options.
Thanks for more than 2 thousand installations.
For Laravel 5.5-5.7
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, ),
Usage:
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