michaeldavidkelley / laravel-logs
Artisan commands to interact with logs.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/michaeldavidkelley/laravel-logs
Requires
- php: >=7.0.0
- laravel/framework: 5.*
This package is not auto-updated.
Last update: 2022-09-17 17:21:58 UTC
README
Overview
This packages allows you to interact with the Laravel logs via artisan.
Commands
log:tail
php artisan log:tail
Automatically tail the current log file when using single
or daily
logs.
log:list
php artisan log:list
List all the current log files.
log:mail
php artisan log:mail me@example.com[,you@example.com]
Mail the current log file to an email or list of emails.
log:delete
php artisan log:delete
Delete all the Laravel log files.