2017 © Pedro Peláez
 

symfony-bundle generator-bundle

Code generation bundle

image

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

The README.md

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

Workflow, (*3)

The Versions

04/05 2013

dev-master

9999999-dev

Code generation bundle

  Sources   Download

MIT

The Requires

 

generator code generator generation