jagilpe / menu-bundle
A Symfony Bundle to build Bootstrap based menus for Web Apps
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- doctrine/collections: ^1.0
- symfony/framework-bundle: >=2.3
- symfony/twig-bundle: >=2.3
Requires (Dev)
- phpunit/phpunit: ^5.5
- symfony/yaml: >=2.3
This package is not auto-updated.
Last update: 2024-11-01 19:37:35 UTC
README
MenuBundle is a Symfony bundle that provides an easy way build menus based in Bootstrap nav and nav-bar components.
Installation
You can install the bundle using composer:
composer require jagilpe/menu-bundle
or add the package to your composer.json file directly.
To enable the bundle, you just have to register the bundle in your AppKernel.php file:
// 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.
Documentation
You can access the usage documentation here