comolo/

Comolo Branding for Contao

安装: 45

依赖: 0

建议者: 0

安全: 0

星级: 1

关注者: 2

分支: 0

公开问题: 0

类型:contao-module

4.3.6 2018-08-17 12:29 UTC

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"