2017 © Pedro Peláez
 

symfony-bundle manager-bundle

Manager Bundle

image

igdr/manager-bundle

Manager Bundle

  • Friday, January 8, 2016
  • by igdr
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,081 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Manager Bundle

Installation

Add the bundle to your composer.json:, (*1)

composer require igdr/manager-bundle

and run:, (*2)

php composer.phar update

Then add the ManagerBundle to your application kernel:, (*3)

// app/IgdrKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Igdr\Bundle\ManagerBundle\IgdrManagerBundle(),
        // ...
    );
}

The Versions

08/01 2016

dev-master

9999999-dev

Manager Bundle

  Sources   Download

The Requires

 

manager igdr

05/11 2014

v1.1

1.1.0.0

Manager Bundle

  Sources   Download

The Requires

 

manager igdr

05/11 2014

v1.0

1.0.0.0

Manager Bundle

  Sources   Download

The Requires

 

manager igdr