Nimaw / Laravel-Log-Viewer by NimaTF

Laravel & Lumen package for viewing laravel logs
9
0
1
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: 2024-04-18 15:13:29
Package Statistics
Total Downloads: 9
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Laravel log viewer

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.