A bundle that allows adding content from the content bundle to a menu navigation.
Install the bundle by running
composer require rabble/menu-bundleAdd the following class to your config/bundles.php file:
return [
...
Rabble\MenuBundle\RabbleMenuBundle::class => ['all' => true],
]