pandawan-technology/role-viz-bundle

Symfony roles visualization

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Language:HTML

Type:symfony-bundle

0.1.0 2016-03-03 14:38 UTC

This package is auto-updated.

Last update: 2024-04-20 07:00:44 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.