symfony-bundle contao-branding
Comolo Branding
comolo/contao-branding
Comolo Branding
- Thursday, October 27, 2016
- by comolo
- Repository
- 1 Watchers
- 1 Stars
- 11 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 5 Versions
- 0 % Grown
Register the Branding bundle in the AppKernel., (*1)
// 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, (*2)
ComoloContaoBrandingBundle:
resource: "@ComoloContaoBrandingBundle/Resources/config/routing.yml"
dev-master
9999999-dev
Comolo Branding
Sources
Download
proprietary
The Requires