https://github.com/titomiguelcosta/zorbususerthemebundle
A theme for the Sonata User Bundle
https://github.com/titomiguelcosta/zorbususerthemebundle
Last synced: 2 months ago
JSON representation
A theme for the Sonata User Bundle
- Host: GitHub
- URL: https://github.com/titomiguelcosta/zorbususerthemebundle
- Owner: titomiguelcosta
- Created: 2015-01-04T21:23:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-04T21:45:06.000Z (over 10 years ago)
- Last Synced: 2025-01-29T20:44:06.619Z (4 months ago)
- Language: PHP
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zorbus User Theme Bundle
========================This bundle provides a theme for the [SonataUserBundle](http://sonata-project.org/bundles/user/master/doc/reference/installation.html)
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.
```php
public function registerBundles()
{
$bundles = array(
...,
new Zorbus\UserThemeBundle\ZorbusUserThemeBundle(),
);
}
```