komicho / log-reader
An easy log reader and management tool for Laravel 5
1.1.1
2019-03-26 21:11 UTC
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 5.*
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