symfony-bundle manager-bundle
Manager Bundle
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
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(),
// ...
);
}
dev-master
9999999-dev
Manager Bundle
Sources
Download
The Requires
manager
igdr