zorbus / user-theme-bundle
A theme for the Sonata User Bundle
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
This package is not auto-updated.
Last update: 2025-02-01 18:42:31 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(), ); }