ano/generator-bundle

Code generation bundle

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/ano/generator-bundle

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

This package is not auto-updated.

Last update: 2025-09-22 18:03:44 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