pandawan-technology / role-viz-bundle
Symfony roles visualization
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Language:HTML
Type:symfony-bundle
Requires
- php: >=5.4
- symfony/symfony: >=2.2,<3.1
This package is auto-updated.
Last update: 2024-11-20 08:09:35 UTC
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.