2017 © Pedro Peláez
 

library laravel-logs

Artisan commands to interact with logs.

image

michaeldavidkelley/laravel-logs

Artisan commands to interact with logs.

  • Monday, September 18, 2017
  • by michaeldavidkelley
  • Repository
  • 1 Watchers
  • 0 Stars
  • 26 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Logs

Overview

This packages allows you to interact with the Laravel logs via artisan., (*1)

Commands

log:tail

php artisan log:tail, (*2)

Automatically tail the current log file when using single or daily logs., (*3)

log:list

php artisan log:list, (*4)

List all the current log files., (*5)

log:mail

php artisan log:mail me@example.com[,you@example.com], (*6)

Mail the current log file to an email or list of emails., (*7)

log:delete

php artisan log:delete, (*8)

Delete all the Laravel log files., (*9)

The Versions

18/09 2017

dev-master

9999999-dev

Artisan commands to interact with logs.

  Sources   Download

MIT

The Requires

 

by Michael Kelley