zorbus / user-theme-bundle
A theme for the Sonata User Bundle
Package info
github.com/titomiguelcosta/ZorbusUserThemeBundle
Type:symfony-bundle
pkg:composer/zorbus/user-theme-bundle
dev-master / 0.0.x-dev
2015-01-04 21:45 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-15 00:00:50 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(), ); }