florianbelhomme / flob-foundation-demo-bundle
Provides a kitchen sink (exemples) of the functionnalities of the florianbelhomme/foundation-bundle bundle.
Installs: 197
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:symfony-bundle
Requires
- php: >=5.3.9
- florianbelhomme/flob-foundation-bundle: ~2.1.0
- knplabs/knp-menu-bundle: ~2.0
- knplabs/knp-paginator-bundle: ~2.4
- symfony/symfony: ~2.7.0
- white-october/pagerfanta-bundle: ~1.0
This package is not auto-updated.
Last update: 2020-08-21 19:01:49 UTC
README
Show the possibility of FlobFoundationBundle. See FlobFoundationBundle for more infos and issues.
Usage
composer.json
:
{ ... "require": { ... "florianbelhomme/flob-foundation-demo-bundle" : "~2.0.0" ... } ... }
app/AppKernel.php
:
class AppKernel extends Kernel { public function registerBundles() { $bundles = [ ... new Knp\Bundle\MenuBundle\KnpMenuBundle(), new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(), new WhiteOctober\PagerfantaBundle\WhiteOctoberPagerfantaBundle(), new Flob\Bundle\FoundationBundle\FlobFoundationBundle(), new Flob\Bundle\FoundationDemoBundle\FlobFoundationDemoBundle(), ... ]; } }
app/config/routing.yml
demo: resource: "@FlobFoundationDemoBundle/Resources/config/routing.yml" prefix: /
Then go to /
License
- This bundle is licensed under the MIT License