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 1mo ago

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 59% 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

3664d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/51b27ef81332de9328fd9d6c4e10156c73c33e86bd63e337eae3bb4985a956ff?d=identicon)[devfactory](/maintainers/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

[vespakoen/menu

Managing menus the easy way.

27887.0k5](/packages/vespakoen-menu)[caffeinated/menus

Laravel Menus

134159.5k5](/packages/caffeinated-menus)[unicodeveloper/laravel-emoji

A Laravel 5 Package for Using &amp; Working With Emojis

21024.9k](/packages/unicodeveloper-laravel-emoji)[leantony/laravel-grid

A grid view for laravel, inspired by the yii2 grid widget

9060.2k](/packages/leantony-laravel-grid)[akaunting/laravel-menu

Menu and sidebar management package for Laravel

38233.8k](/packages/akaunting-laravel-menu)[aliyuncs/aliyun-oss-php-sdk-laravel

A simple Laravel 5 and lumen service provider for including the Oss PHP SDK for PHP.

7935.4k2](/packages/aliyuncs-aliyun-oss-php-sdk-laravel)

PHPackages © 2026

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