rabble/menu-bundle

A bundle that allows adding content from the content bundle to a menu navigation.

dev-master / 1.0.x-dev 2021-07-21 21:09 UTC

This package is auto-updated.

Last update: 2024-04-22 02:56:30 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],
]