vted/peary
Composer 安装命令:
composer require vted/peary
包简介
A demo bundle
README 文档
README
Developpement in progress... Made for implement quickly some tools and monitoring capabilities on new projects. Currently let you :
- Log 404 and 500 errors and display them
- Display Monolog errors
To do :
- View sent emails
- Improved permission access
Instalation
Install via composer
composer require vted/peary
Enable the bundle in your kernel
# app/AppKernel.php $bundles = [ //... new Vted\PearyBundle\VtedPearyBundle(), //... ];
Add routing
# app/config/routing.yml vted_peary: resource: "@VtedPearyBundle/Resources/config/routing.yml" prefix: /_peary/
Usage
Go to yourdomain.com/_peary to acces the dashboard
统计信息
- 总下载量: 74
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-11