nimaw/logviewer
Composer 安装命令:
composer require nimaw/logviewer
包简介
Laravel & Lumen package for viewing laravel logs
README 文档
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.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-03-25