2017 © Pedro PelĂĄez
 

symfony-bundle role-viz-bundle

Symfony roles visualization

image

pandawan-technology/role-viz-bundle

Symfony roles visualization

  • Thursday, March 3, 2016
  • by xavismeh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PandawanTechnologyRoleVizBundle

This Symfony bundle allows you to quickly visualize your application role definitions., (*1)

Installation

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)

The Versions

03/03 2016

dev-master

9999999-dev

Symfony roles visualization

  Sources   Download

MIT

The Requires

 

03/03 2016

dev-develop

dev-develop

Symfony roles visualization

  Sources   Download

MIT

The Requires

 

03/03 2016

0.1.0

0.1.0.0

Symfony roles visualization

  Sources   Download

MIT

The Requires