Download the PHP package prodigious/sonata-menu-bundle without Composer
On this page you can find all versions of the php package prodigious/sonata-menu-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download prodigious/sonata-menu-bundle
More information about prodigious/sonata-menu-bundle
Files in prodigious/sonata-menu-bundle
Package sonata-menu-bundle
Short Description This bundle provides menu management by sonata admin bundle (compatible with sonata page bundle).
License MIT
Homepage https://github.com/nan-guo/SonataMenuBundle
Informations about the package sonata-menu-bundle
Sonata Menu Bundle
This bundle provides menu management by sonata admin bundle (compatible with sonata page bundle).
Compatibility
- For Symfony 2, please install version 2.x
- For Symfony 3 and Symfony 4 , please install version 3.x
Prerequisites
- SonataAdminBundle
- SonataPageBundle (Optional)
Screenshots
Check out more screenshots.
Installation
Configuration
sonata_admin.yml
Add menu to your sonata admin menu list. For symfony 4, you can also let it empty, menu will be added automatically
Advanced configurations ( Symfony 3 / Syfmony 4 )
Create custom entities
Edit the configuration
- prodigious_sonata_menu.yaml
Then create the related entity menu and menu item. You can add extra fields
-
Menu
- MenuItem
Clear cache and update database
Remember to update admin classes by extending the original ones :
Edit the configuration
- prodigious_sonata_menu.yaml
And create your admin class
Getting Started with Menu Manager
Controller
And then, it's your showtime. For the frontend, you can output the results as you want.
For example :
-
menu.html.twig
- menu_tree_macro.html.twig
Changelog
3.0.0
- Add Symfony 4 support
2.0.4
- Fix Symfony 3 compability bugs
- Remove custom routing config
2.0.5
- Fix Menu Item Admin bug
2.0.6
- Add column to Menu Admin
Additional info
Author: Nan GUO
Company : Prodigious
All versions of sonata-menu-bundle with dependencies
doctrine/doctrine-bundle Version ^1.8 || ^2.0
sonata-project/admin-bundle Version ^3.63
sonata-project/doctrine-orm-admin-bundle Version ^3.10
symfony/config Version ^4.3
symfony/framework-bundle Version ^4.3