michaeldavidkelley/laravel-logs

This package is abandoned and no longer maintained. No replacement package was suggested.

Artisan commands to interact with logs.

dev-master 2017-09-18 18:38 UTC

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.