webmonks / laravel-log-viewer
Provides a Log Viewer for Laravel
dev-main
2022-04-07 13:12 UTC
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: 2024-11-07 19:08:42 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.x
is 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).