2017 © Pedro Peláez
 

symfony-bundle menu-bundle

A Symfony Bundle to build Bootstrap based menus for Web Apps

image

jagilpe/menu-bundle

A Symfony Bundle to build Bootstrap based menus for Web Apps

  • Monday, May 15, 2017
  • by jagilpe
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MenuBundle

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)

The Versions

15/05 2017

dev-master

9999999-dev

A Symfony Bundle to build Bootstrap based menus for Web Apps

  Sources   Download

MIT

The Requires

 

The Development Requires

by Javier Gil

symfony menu

15/05 2017

1.0.0

1.0.0.0

A Symfony Bundle to build Bootstrap based menus for Web Apps

  Sources   Download

MIT

The Requires

 

The Development Requires

by Javier Gil

symfony menu