comolo / contao-branding
Comolo Branding for Contao
Installs: 45
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- contao/core-bundle: ^4.4
This package is not auto-updated.
Last update: 2024-11-09 20:56:15 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"