kassner/generator-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Extension of SensioGeneratorBundle to add custom file templates for doctrine:generate:crud

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2014-01-10 19:38 UTC

This package is auto-updated.

Last update: 2020-01-15 16:34:00 UTC


README

This project extends SensioGeneratorBundle to add custom file templates for doctrine:generate:crud

Install

Add to your composer.json:

{
    "require": {
        "kassner/generator-bundle": "dev-master"
    }
}

Run:

php composer.phar install

Register the bundle on Symfony:

$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
$bundles[] = new Kassner\GeneratorBundle\KassnerGeneratorBundle();

Generate CRUD:

php app/console doctrine:generate:crud