MenuBundle is a Symfony bundle that provides an easy way build menus based in Bootstrap nav and nav-bar components., (*1)
Installation
You can install the bundle using composer:, (*2)
composer require jagilpe/menu-bundle
or add the package to your composer.json file directly., (*3)
To enable the bundle, you just have to register the bundle in your AppKernel.php file:, (*4)
// in AppKernel::registerBundles()
$bundles = array(
// ...
new Jagilpe\MenuBundle\JagilpeMenuBundle(),
// ...
);
This bundle depends on Bootstrap 3. Please refer to the Bootstrap 3 documentation
to integrate it your application., (*5)
Documentation
You can access the usage documentation here, (*6)
API Reference
https://api.gilpereda.com/menu-bundle/master/, (*7)