ano / generator-bundle
Code generation bundle
Package info
github.com/benjamindulau/AnoGeneratorBundle
Type:symfony-bundle
pkg:composer/ano/generator-bundle
dev-master
2013-05-04 14:06 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-09 20:17:56 UTC
README
Installation
First, install the bundle package with composer:
$ php composer.phar require ano/generator-bundle
Next, activate the bundle (and bundle it depends on) into app/AppKernel.php:
<?php // ... public function registerBundles() { $bundles = array( //... new Ano\GeneratorBundle\AnoGeneratorBundle(), ); // ... }