osaris-uk/log-viewer
最新稳定版本:1.2
Composer 安装命令:
composer require osaris-uk/log-viewer
包简介
Log viewer for Laravel
README 文档
README
Usage
You can publish the config file with:
php artisan vendor:publish --provider="OsarisUk\LogViewer\LogViewerServiceProvider" --tag="config"
And the views with:
php artisan vendor:publish --provider="OsarisUk\LogViewer\LogViewerServiceProvider" --tag="views"
Config
In the config you can define the default route paramaters:
'routes' => [ 'name' => 'log', 'prefix' => 'log', 'middleware' => [ 'web' ] ]
Views
This package ships with a basic view, this can be published and editied to fit your application.
统计信息
- 总下载量: 66
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2019-06-26