ano/generator-bundle

Code generation bundle

dev-master 2013-05-04 14:06 UTC

This package is not auto-updated.

Last update: 2024-05-06 11:53:47 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(),
        );

        // ...
    }

Demo

Workflow