dev-master
9999999-devSymfony roles visualization
MIT
The Requires
- php >=5.4
- symfony/symfony >=2.2,<3.1
dev-develop
dev-developSymfony roles visualization
MIT
The Requires
- php >=5.4
- symfony/symfony >=2.2,<3.1
Symfony roles visualization
This Symfony bundle allows you to quickly visualize your application role definitions., (*1)
From your project root directory :, (*2)
$ composer require --dev pandawan-technology/role-viz-bundle
Then enable the bundle in your application in your app/AppKernel.php
file:, (*3)
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., (*4)
Symfony roles visualization
MIT
Symfony roles visualization
MIT