nimaw / logviewer
Laravel & Lumen package for viewing laravel logs
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Requires
- php: ^7.3|^8.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0
- livewire/livewire: ^1.0|^2.5
This package is auto-updated.
Last update: 2025-01-26 23:40:09 UTC
README
You can view your logs easly with beautiful panel. You can search, view, filter logs and switch log files.
Installation
composer require nimaw/logviewer
Seting up laravel logviewer
Run:
To publish logviewer dashboard assets.
php artisan vendor:publish --tag=logviewer-assets
Now you can easly access to dashboard with /logs
address.
Configuration
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
Note
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.