dev-master
9999999-dev https://github.com/dextervip/ExtraGeneratorBundleCustomized Symfony Generator Bundle
MIT
The Requires
bundle generator symfony
Customized Symfony Generator Bundle
This bundle customize the default symfony generator to fits with Bootstrap styling. It also adds knp paginator and font awesome icons., (*1)
Add the dependency to your composer.json, (*2)
"require": { ... "dextervip/extra-generator-bundle" : "dev-master" }
Register the bundle class and its dependencies in your AppKernel.php, (*3)
public function registerBundles() { $bundles = array( ... new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(), new Citrax\Bundle\ExtraGeneratorBundle\CitraxExtraGeneratorBundle(), ... ); }
All done!, (*4)
??, (*5)
MIT, (*6)
Customized Symfony Generator Bundle
MIT
bundle generator symfony