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.

2.0.1 2015-08-12 11:42 UTC

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