| Package Data | |
|---|---|
| Maintainer Username: | NimaTF |
| Maintainer Contact: | nimatafrishi@hotmail.com (Nima Tafrishi) |
| Package Create Date: | 2022-03-25 |
| Package Last Update: | 2022-03-26 |
| Home Page: | |
| Language: | CSS |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:06:34 |
| Package Statistics | |
|---|---|
| Total Downloads: | 12 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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.