pandawan-technology / role-viz-bundle
Symfony 角色可视化
0.1.0
2016-03-03 14:38 UTC
Requires
- php: >=5.4
- symfony/symfony: >=2.2,<3.1
This package is auto-updated.
Last update: 2024-09-20 07:46:22 UTC
README
此 Symfony 包允许您快速可视化您的应用程序角色定义。
安装
从您的项目根目录
$ composer require --dev pandawan-technology/role-viz-bundle
然后在您的 app/AppKernel.php
文件中启用此包
public function registerBundles() { // ... your bundles if ($this->getEnvironment() == 'dev') { // ... your dev bundles $bundles[] = new PandawanTechnology\RoleVizBundle\PandawanTechnologyRoleVizBundle(); } }
然后,角色现在可以在您的 Web 分析器中进行了可视化。