dextervip / extra-generator-bundle
Customized Symfony Generator Bundle
Installs: 470
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: >=5.3.0
- dextervip/search-filter-bundle: dev-master
- knplabs/knp-paginator-bundle: ~2.4
This package is auto-updated.
Last update: 2025-04-06 11:02:09 UTC
README
Introduction
This bundle customize the default symfony generator to fits with Bootstrap styling. It also adds knp paginator and font awesome icons.
Features
- Pagination
- Icons
- Bootstrap Styling
Installing
Add composer
Add the dependency to your composer.json
"require": { ... "dextervip/extra-generator-bundle" : "dev-master" }
Add bundle class in kernel
Register the bundle class and its dependencies in your AppKernel.php
public function registerBundles() { $bundles = array( ... new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(), new Citrax\Bundle\ExtraGeneratorBundle\CitraxExtraGeneratorBundle(), ... ); }
All done!
Extra config
??
License
MIT