Download the PHP package kunicmarko/simple-menu-bundle without Composer
On this page you can find all versions of the php package kunicmarko/simple-menu-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kunicmarko/simple-menu-bundle
More information about kunicmarko/simple-menu-bundle
Files in kunicmarko/simple-menu-bundle
Package simple-menu-bundle
Short Description This is a Symfony Bundle that adds menu functionality to Sonata Admin.
License MIT
Homepage https://github.com/kunicmarko20/SimpleMenuBundle
Informations about the package simple-menu-bundle
Simple Menu Bundle
Simple Menu Bundle adds Menu to your Symfony application and is integrated with Sonata Admin.
This bundle depends on SonataAdminBundle and DoctrineExtensions
Documentation
- Installation
- How to use
- Override Template
Installation
1. Add to composer.json to the require
key
2. Register the bundle in app/AppKernel.php
Add Gedmo Tree extensions mappings and if you are not using auto_mapping add bundle mappings
3. Update database
4. Clear cache
5. Install assets
How to use
In your twig template you can render it with:
or if you want to render it on your own you can:
Override template
You can override default template from config:
All versions of simple-menu-bundle with dependencies
symfony/framework-bundle Version ~2.8|~3.0
gedmo/doctrine-extensions Version ^2.4