comolo / contao-branding
Comolo Branding for Contao
Package info
github.com/comolo/contao-branding
Type:contao-module
pkg:composer/comolo/contao-branding
4.3.6
2018-08-17 12:29 UTC
Requires
- contao/core-bundle: ^4.4
This package is not auto-updated.
Last update: 2026-03-15 04:12:41 UTC
README
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"