webmonks / laravel-log-viewer
Provides a Log Viewer for Laravel
Installs: 24
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/webmonks/laravel-log-viewer
Requires
- php: ^7.3|^8.0
 - ext-json: *
 - psr/log: ^1.0|^2.0|^3.0
 - webmonks/support: ^1.0
 
Requires (Dev)
- laravel/framework: ^8.19
 - mockery/mockery: ^1.4.2
 - orchestra/testbench-core: ^6.4
 - phpunit/phpunit: ^9.3.3
 
This package is auto-updated.
Last update: 2025-10-07 21:15:27 UTC
README
By WEBMONKS©
This package allows you to manage and keep track of each one of your log files.
NOTE: You can also use LogViewer as an API.
Official documentation for LogViewer can be found at the _docs folder.
Feel free to check out the releases, license, and contribution guidelines.
Features
- A great Log viewer API.
 - Laravel 
8.xis supported. - Ready to use (Views, Routes, controllers … Out of the box) [Note: No need to publish assets]
 - View, paginate, filter, download and delete logs.
 - Load a custom logs storage path.
 - Localized log levels.
 - Logs menu/tree generator.
 - Grouped logs by dates and levels.
 - Customized log levels icons (font awesome by default).
 - Works great with big logs !!
 - Well documented package (IDE Friendly).
 - Well tested (100% code coverage with maximum code quality).