PHPackages                             devfactory/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. devfactory/menu

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

devfactory/menu
===============

menu

1.1.0(10y ago)07341MITPHPPHP &gt;=5.4.0

Since Aug 18Pushed 10y ago3 watchersCompare

[ Source](https://github.com/DevFactoryCH/menu)[ Packagist](https://packagist.org/packages/devfactory/menu)[ RSS](/packages/devfactory-menu/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (9)Used By (0)

[![Laravel](https://camo.githubusercontent.com/e90e164c5687bb6ebfc16f3a5d856441e96acf66f502df3895ef47aa852c0c72/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d342e302d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Laravel](https://camo.githubusercontent.com/fefa73cbcb138f313755edeb816d67030c8ca82a24371d2c30c4605f1a1d6b86/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e302d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

\#Menu

This is a package for the Laravel framework, it allows for a specified set of menu to be overridden in the database by the user of the site

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

[](#installation)

### Laravel 5

[](#laravel-5)

Using Composer, edit your `composer.json` file to require `devfactory/media`.

```
"require": {
  "devfactory/menu": "1.0.*"
}

```

Then from the terminal run

```
composer update

```

Then in your `app/config/app.php` file register the service provider:

```
'Devfactory\Menu\MenuServiceProvider',
```

and the Facade:

```
'MenuAdmin' => 'Devfactory\Menu\Facades\Menu',
```

From within the the laravel folder of your project, run:

```
php artisan vendor:publish

```

Run the migration to create the DB table:

```
php artisan migrate

```

You have to add the Controller to your routes.php, so that you can set your own url/filters.

```
Route::group(array('before' => 'admin-auth'), function() {
  Route::controller('menu', '\Devfactory\Menu\Controllers\MenuController');
});
```

To show the menu

```
  {!! MenuAdmin::show('nav menu'); !!}
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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 ~37 days

Recently: every ~65 days

Total

8

Last Release

3710d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1516696?v=4)[DevFactory](/maintainers/devfactory)[@DevFactory](https://github.com/DevFactory)

---

Top Contributors

[![markcameron](https://avatars.githubusercontent.com/u/1106894?v=4)](https://github.com/markcameron "markcameron (4 commits)")

---

Tags

menularavel 5

### Embed Badge

![Health badge](/badges/devfactory-menu/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M345](/packages/psalm-plugin-laravel)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M375](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M137](/packages/illuminate-cookie)

PHPackages © 2026

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