rabble / menu-bundle
A bundle that allows adding content from the content bundle to a menu navigation.
Package info
github.com/Rabble-Rocks/rabble-menu-bundle
Type:symfony-bundle
pkg:composer/rabble/menu-bundle
dev-master / 1.0.x-dev
2021-07-21 21:09 UTC
Requires
- php: ^7.4 || ^8.0
- rabble/content-bundle: *
This package is auto-updated.
Last update: 2026-02-22 07:17:02 UTC
README
A bundle that allows adding content from the content bundle to a menu navigation.
Installation
Install the bundle by running
composer require rabble/menu-bundle
Add the following class to your config/bundles.php file:
return [ ... Rabble\MenuBundle\RabbleMenuBundle::class => ['all' => true], ]