Manage logs easily with Laravel Log Reader
Laravel Log Reader is an easy log reader and management tool for Laravel.
You can easily view, manage, and modify the log entries throught web browser and Artisan CLI. Using Laravel Log Reader is almost identical to using any Eloquent model.
Demo
Features
Allows using with Facade or using dependency injection (version 2.x only).
Working via Artisan CLI.
Manage the log files (list, delete).
Manage all the log entries (paging for reading, sorting entries, count total, delete, mark as read).
Filter the log entries (by the log file, environment, level).
Access one log entry (to get its attribute, delete, mark as read).
Allows using your own log parser.
Documentation
https://github.com/JackieDo/Laravel-Log-Reader/wiki
Source Code
This post is submitted by our members. Submit a new post.
Tags: Packages Sources Tutorials Laravel 5.7 Laravel 5.6 Laravel 5.5 Laravel 5.4 Laravel 5.3 Laravel 5 Intermediate