stevebauman / log-reader
An easy log reader and management tool for Laravel 6
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 60 732
Dependents: 4
Suggesters: 0
Security: 0
Stars: 23
Watchers: 3
Forks: 6
Open Issues: 6
Requires
- php: >=5.5.9
- illuminate/support: 5.*
Requires (Dev)
- mockery/mockery: 0.9.*
- orchestra/testbench: ~3.0
README
Description
Log Reader is an easy, tested, Laravel log reader and management tool. You're able to view, manage, and modify log entries with ease.
Log Reader also allows you to automatically save all future log entries to the database for easy management and viewing.
Requirements
- Laravel 6*
Index
- Installation and Usage
- Use by reading / parsing your .log files
- Use by saving all future log entries to database and manage through eloquent
- Customization
- Adding Your Own Handlers