ahilmurugesan/routeloganalyzer
Composer 安装命令:
composer require ahilmurugesan/routeloganalyzer
包简介
This is used for laravel route and log analyzer
README 文档
README
A laravel package for analysing route usage and log files.
Installation
Begin by pulling in the package through Composer.
composer require ahilmurugesan/routeloganalyzer
Configuration
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
\Ahilan\LogViewer\LogViewerServiceProvider::class,
Finally, to view the logs just access /logviewer route.
Route Usage Module Configuration
To access route usage module run the migration command
php artisan migrate
Then run the preset command for the route usage module
php artisan preset routeseed
Finally, to view the route usage module just access /routeusage route.
统计信息
- 总下载量: 27
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-10-30