dev-master
9999999-devArtisan commands to interact with logs.
MIT
The Requires
- php >=7.0.0
- laravel/framework 5.*
by Michael Kelley
Wallogit.com
2017 © Pedro Peláez
Artisan commands to interact with logs.
This packages allows you to interact with the Laravel logs via artisan., (*1)
php artisan log:tail, (*2)
Automatically tail the current log file when using single or daily logs., (*3)
php artisan log:list, (*4)
List all the current log files., (*5)
php artisan log:mail me@example.com[,you@example.com], (*6)
Mail the current log file to an email or list of emails., (*7)
php artisan log:delete, (*8)
Delete all the Laravel log files., (*9)
Artisan commands to interact with logs.
MIT