- Installation
- General usage
- Scopes
- Advanced configuration
- I18n
- Customization
- FAQ
Make use of Symfony Bundle Inheritance to expose the bundle via your own template. See the Symfony Cookbook for an article about how to override parts of a bundle.
The template the bundle controller will use can be overwritten by changing the configuration parameter.
dmishh_settings:
template: DmishhSettingsBundle:Settings:manage.html.twig # change to your own
TODO