ano/generator-bundle

代码生成包

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

This package is not auto-updated.

Last update: 2024-09-23 13:28:35 UTC


README

安装

首先,使用composer安装包

$ php composer.phar require ano/generator-bundle

然后,在app/AppKernel.php中激活包(以及它所依赖的包)

<?php

// ...
    public function registerBundles()
    {
        $bundles = array(
            //...
            new Ano\GeneratorBundle\AnoGeneratorBundle(),
        );

        // ...
    }

演示

Workflow