nimaw/logviewer is a Laravel package for laravel & lumen package for viewing laravel logs.
It currently has 0 GitHub stars and 12 downloads on Packagist (latest version 1.0.1).
Install it with composer require nimaw/logviewer.
Discover more Laravel packages by nimaw
or browse all Laravel packages to compare alternatives.
Last updated
You can view your logs easly with beautiful panel. You can search, view, filter logs and switch log files.
composer require nimaw/logviewer
Run:
To publish logviewer dashboard assets.
php artisan vendor:publish --tag=logviewer-assets
Now you can easly access to dashboard with /logs address.
You can also publish configuration to customize things like logs path, logs extentions, route, middlewares to include, pagination count.
php artisan vendor:publish --tag=logviewer-config
By default laravel log viewer need to authenticate to access to dashboard, If you do not need this future you can easily remove "auth" middleware on config file.