flobb / FlobFoundationDemoBundle

Provides a kitchen sink (examples) of the functionalities of the florianbelhomme/FlobFoundationBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Provides a kitchen sink (examples) of the functionalities of the florianbelhomme/FlobFoundationBundle

License:MIT License


Languages

Language:PHP 55.1%Language:HTML 44.8%Language:CSS 0.1%