zorbus/user-theme-bundle

A theme for the Sonata User Bundle

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

This package is not auto-updated.

Last update: 2024-04-13 14:13:12 UTC


README

This bundle provides a theme for the SonataUserBundle

Just add to composer and enable the bundle on AppKernel and you are ready to go.

The bundle overrides all the templates bu setting the SonataUserBundle as its parent.

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