Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 351 Bytes

File metadata and controls

16 lines (14 loc) · 351 Bytes

Rabble Menu Bundle

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],
]