zorbus/user-theme-bundle

用于 Sonata User Bundle 主题

dev-master / 0.0.x-dev 2015-01-04 21:45 UTC

This package is not auto-updated.

Last update: 2024-09-28 16:25:54 UTC


README

此包为 SonataUserBundle 提供了一个主题

只需将其添加到 composer,并在 AppKernel 上启用该包,即可使用。

该包通过将 SonataUserBundle 设置为其父级来覆盖所有模板。

public function registerBundles()
{
    $bundles = array(
        ...,
        new Zorbus\UserThemeBundle\ZorbusUserThemeBundle(),
    );
}