symfony-bundle generator-bundle
Code generation bundle
ano/generator-bundle
Code generation bundle
- Saturday, May 4, 2013
- by Delendial
- Repository
- 1 Watchers
- 2 Stars
- 3 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Generator Bundle
Installation
First, install the bundle package with composer:, (*1)
$ php composer.phar require ano/generator-bundle
Next, activate the bundle (and bundle it depends on) into app/AppKernel.php
:, (*2)
<?php
// ...
public function registerBundles()
{
$bundles = array(
//...
new Ano\GeneratorBundle\AnoGeneratorBundle(),
);
// ...
}
Demo
, (*3)
dev-master
9999999-dev
Code generation bundle
Sources
Download
MIT
The Requires
generator
code generator
generation