iutrace/laravel-dashboard
Composer 安装命令:
composer require iutrace/laravel-dashboard
包简介
Dashboard service
README 文档
README
Installation
-
composer require iutrace/laravel-dashboard -
Publish the config file by running
php artisan vendor:publish --provider="Iutrace\Dashboard\DashboardServiceProvider". The config file will indicate the directory where the metrics are located. -
Optional, you should call the Dashboard::routes method within the boot method of your App\Providers\AuthServiceProvider. This method will register the routes necessary to get the metrics data
Testing
docker run -it --rm --name iutrace-dashboard -e PHP_EXTENSIONS="" -v "$PWD":/usr/src/app thecodingmachine/php:7.4-v4-cli bash composer test
统计信息
- 总下载量: 14.47k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-09