PHPackages                             rapidwebltd/laravel-dynamic-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. rapidwebltd/laravel-dynamic-menu

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

rapidwebltd/laravel-dynamic-menu
================================

Laravel Dynamic Menu provides the foundation to build entirely dynamic database powered navigation menus for your web application.

v1.0.1(8y ago)52581LGPL-3.0-onlyPHPPHP &gt;=7.0CI passing

Since Mar 14Pushed 3w ago3 watchersCompare

[ Source](https://github.com/rapidwebltd/laravel-dynamic-menu)[ Packagist](https://packagist.org/packages/rapidwebltd/laravel-dynamic-menu)[ RSS](/packages/rapidwebltd-laravel-dynamic-menu/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (1)Versions (3)Used By (0)

📃 Laravel Dynamic Menu
======================

[](#-laravel-dynamic-menu)

This package provides the foundation to build entirely dynamic database powered navigation menus for your web application.

Requirements
------------

[](#requirements)

This package requires:

- PHP 7.0 or above
- Laravel 5.5 through 13

Installation
------------

[](#installation)

You can install Laravel Dynamic Menu with Composer. Just run the following command.

```
composer require rapidwebltd/laravel-dynamic-menu

```

Setup
-----

[](#setup)

This package comes with various database migrations. To create the required tables, run the following Artisan command.

```
php artisan migrate

```

Laravel discovers the service provider automatically. The package retains its PHP 7.0 minimum while Composer selects a compatible framework version.

Adding menu items
-----------------

[](#adding-menu-items)

Create a menu and add root or nested items with automatic sibling ordering.

```
$menu = new \RapidWeb\LaravelDynamicMenu\Models\Menu();
$menu->name = 'Main navigation';
$menu->save();

$home = $menu->add('Home', $homePage);
$menu->add('Contact', $contactPage);
$home->add('Overview', $overviewPage);
```

The optional final argument sets an explicit decimal display order. Items without a linked model are also supported and return an empty URL, which is useful for headings and nested groups.

```
$heading = $menu->add('Products');
$featured = $menu->add('Featured', $featuredPage, 0, 0.5);
```

###  Health Score

40

↑

FairBetter than 86% of packages

Maintenance62

Regular maintenance activity

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

2

Last Release

3074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c580cdf7c14898fff179cdfc1085892091d5d2f49d917873a12365af9ac77c93?d=identicon)[Jord-JD](/maintainers/Jord-JD)

---

Top Contributors

[![Jord-JD](https://avatars.githubusercontent.com/u/650645?v=4)](https://github.com/Jord-JD "Jord-JD (7 commits)")

---

Tags

laravellaravel-dynamic-menumenunavigationphp-library

### Embed Badge

![Health badge](/badges/rapidwebltd-laravel-dynamic-menu/health.svg)

```
[![Health](https://phpackages.com/badges/rapidwebltd-laravel-dynamic-menu/health.svg)](https://phpackages.com/packages/rapidwebltd-laravel-dynamic-menu)
```

###  Alternatives

[spatie/laravel-settings

Store your application settings

1.5k7.8M183](/packages/spatie-laravel-settings)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

199336.0k](/packages/fumeapp-modeltyper)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
