Skip to content

comolo/contao-branding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Register the Branding bundle in the AppKernel.

// app/AppKernel.php

// ...
$bundles = [
    new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
    new Symfony\Bundle\SecurityBundle\SecurityBundle(),
    new Symfony\Bundle\TwigBundle\TwigBundle(),
    // ... and some more

    // add this line
    new Comolo\Contao\BrandingBundle\ComoloContaoBrandingBundle(),
];
// ...

Add the following lines to the beginning of app/config/routing.yml

ComoloContaoBrandingBundle:
    resource: "@ComoloContaoBrandingBundle/Resources/config/routing.yml"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published