PHPackages                             lm-commons/lmc-bootstrap-menu - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. lm-commons/lmc-bootstrap-menu

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lm-commons/lmc-bootstrap-menu
=============================

This repository can generate nested bootstrap menu based on ul li tag. More may come later. Thanks!

v1.0.0(3y ago)03BSD-3-ClausePHPPHP ^7.3 || ^8.0

Since Oct 24Pushed 3y ago3 watchersCompare

[ Source](https://github.com/LM-Commons/LmcBootstrapMenu)[ Packagist](https://packagist.org/packages/lm-commons/lmc-bootstrap-menu)[ RSS](/packages/lm-commons-lmc-bootstrap-menu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

LmcBootstrapMenu
================

[](#lmcbootstrapmenu)

This repository will contain bootstrap menu integration with laminas-mvc.

Pre-Requisites
--------------

[](#pre-requisites)

You need to have bootstrap css and js file included in your layout.phtml. If not, you can still be able to see the generated html.

Introduction
------------

[](#introduction)

This package generates a bootstrap menu based on the configuration given in your application. Which should be compatible with Laminas-Navigation. Because this package extends Laminas-Navigation therefore the configuration should match with Laminas-Navigation. This package came into existence with the help of [Frank Brückner](https://discourse.laminas.dev/u/froschdesign). Thanks for the help Frank Brückner. My first contribution to Laminas MVC.

Installation using Composer
---------------------------

[](#installation-using-composer)

```
composer require lm-commons/lmc-bootstrap-menu
```

Registering the modules in your application
-------------------------------------------

[](#registering-the-modules-in-your-application)

```
