pandawan-technology/role-viz-bundle
Composer 安装命令:
composer require pandawan-technology/role-viz-bundle
包简介
Symfony roles visualization
README 文档
README
This Symfony bundle allows you to quickly visualize your application role definitions.
Installation
From your project root directory :
$ composer require --dev pandawan-technology/role-viz-bundle
Then enable the bundle in your application in your app/AppKernel.php file:
public function registerBundles() { // ... your bundles if ($this->getEnvironment() == 'dev') { // ... your dev bundles $bundles[] = new PandawanTechnology\RoleVizBundle\PandawanTechnologyRoleVizBundle(); } }
And voilà. The roles will now be available for visualisation in your web profiler.
统计信息
- 总下载量: 20
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-03-03