comolo /
Comolo Branding for Contao
4.3.6
2018-08-17 12:29 UTC
Requires
- contao/core-bundle: ^4.4
This package is not auto-updated.
Last update: 2024-09-28 20:08:59 UTC
README
在AppKernel中注册Branding包。
// 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(), ]; // ...
将以下行添加到app/config/routing.yml文件的开头
ComoloContaoBrandingBundle: resource: "@ComoloContaoBrandingBundle/Resources/config/routing.yml"