symfony-bundle generator-bundle
Extension of SensioGeneratorBundle to add custom file templates for doctrine:generate:crud
kassner/generator-bundle
Extension of SensioGeneratorBundle to add custom file templates for doctrine:generate:crud
- Friday, January 10, 2014
- by kassner
- Repository
- 1 Watchers
- 0 Stars
- 56 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 6 % Grown
Generator Bundle
This project extends SensioGeneratorBundle to add custom file templates for doctrine:generate:crud, (*1)
Install
Add to your composer.json:, (*2)
{
"require": {
"kassner/generator-bundle": "dev-master"
}
}
Run:, (*3)
php composer.phar install
Register the bundle on Symfony:, (*4)
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
$bundles[] = new Kassner\GeneratorBundle\KassnerGeneratorBundle();
Generate CRUD:, (*5)
php app/console doctrine:generate:crud
dev-master
9999999-dev
Extension of SensioGeneratorBundle to add custom file templates for doctrine:generate:crud
Sources
Download
MIT
The Requires