florianbelhomme/flob-foundation-demo-bundle

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

Provides a kitchen sink (exemples) of the functionnalities of the florianbelhomme/foundation-bundle bundle.

Maintainers

👁 florianbelhomme

Package info

github.com/florianbelhomme/FlobFoundationDemoBundle

Type:symfony-bundle

pkg:composer/florianbelhomme/flob-foundation-demo-bundle

Statistics

Installs: 198

Dependents: 0

Suggesters: 1

Stars: 0

2.0.1 2015-08-12 11:42 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 824a5f86535030ba3b3d76bf5070d9de7bd84f1b

symfonybundleresponsivezurbfoundation

This package is not auto-updated.

Last update: 2020-08-21 19:01:49 UTC


README

By Florian Belhomme

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