PHPackages                             altamash80/laminas-mvc-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. altamash80/laminas-mvc-bootstrap-menu

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

altamash80/laminas-mvc-bootstrap-menu
=====================================

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

v1.2.0(1y ago)025[1 issues](https://github.com/ALTAMASH80/laminas-mvc-bootstrap-menu/issues)BSD-3-ClausePHPPHP ^7.3 || ^8.0

Since Sep 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ALTAMASH80/laminas-mvc-bootstrap-menu)[ Packagist](https://packagist.org/packages/altamash80/laminas-mvc-bootstrap-menu)[ Docs](http://www.lrphpt.com)[ RSS](/packages/altamash80-laminas-mvc-bootstrap-menu/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

laminas-mvc-bootstrap-menu
==========================

[](#laminas-mvc-bootstrap-menu)

This repository will contain bootstrap menu integration with laminas-mvc

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

[](#pre-requisites)

You need to have bootstrap css and js files 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 altamash80/laminas-mvc-bootstrap-menu
```

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

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

```
