PHPackages                             laravel-enso/menumanager - 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. laravel-enso/menumanager

Abandoned → [laravel-enso/menus](/?search=laravel-enso%2Fmenus)Library[Utility &amp; Helpers](/categories/utility)

laravel-enso/menumanager
========================

Menu management for Laravel Enso

5.4.4(2mo ago)1617.0k124MITPHP

Since Jun 19Pushed 2mo ago6 watchersCompare

[ Source](https://github.com/laravel-enso/menus)[ Packagist](https://packagist.org/packages/laravel-enso/menumanager)[ Docs](https://github.com/laravel-enso/menus)[ RSS](/packages/laravel-enso-menumanager/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (13)Versions (190)Used By (4)

Menus
=====

[](#menus)

[![License](https://camo.githubusercontent.com/d50c1d36c1db14f773cd170b0866f7469ba49d4b7b7b00c95f89ef337ac98a36/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6d656e75732f6c6963656e7365)](LICENSE)[![Stable](https://camo.githubusercontent.com/494b0870e42cb3da81c49008886aa824359a80fd8d980898b4317f1a3d1d8d73/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6d656e75732f76657273696f6e)](https://packagist.org/packages/laravel-enso/menus)[![Downloads](https://camo.githubusercontent.com/0f4fbfa5c4412ecb709556354cfc55c4134fe4d11b16b4760245cc6cc7d88856/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f6d656e75732f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/menus)[![PHP](https://camo.githubusercontent.com/da7cf113b588d26fe679dfefe4a15009272ed358ad4e786ad3c78b45faa61d69/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d3737376262342e737667)](composer.json)[![Issues](https://camo.githubusercontent.com/068ef726c7e8400d02460d6e0813223f0060487e7720578d4cb7a89600adf885/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c61726176656c2d656e736f2f6d656e75732e737667)](https://github.com/laravel-enso/menus/issues)[![Merge Requests](https://camo.githubusercontent.com/e59320fac3dfb5f78dfa1ddb14f20cd5a2aa226fb403fa0831de88967bac8390/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d70722f6c61726176656c2d656e736f2f6d656e75732e737667)](https://github.com/laravel-enso/menus/pulls)

Description
-----------

[](#description)

Menus manages Enso navigation records and menu ordering.

The package exposes CRUD, organize, table init, table data, and Excel export endpoints for system menus, and integrates with permissions and roles to control navigable routes.

It is intended to back the Enso administration screen that defines menu structure and hierarchy.

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

[](#installation)

Install the package:

```
composer require laravel-enso/menus
```

Run the package migrations:

```
php artisan migrate
```

Optional publish:

```
php artisan vendor:publish --tag=menus-factory
```

Features
--------

[](#features)

- Menu CRUD endpoints.
- Drag-and-drop style ordering endpoint.
- Table init, table data, and Excel export endpoints.
- Integration with permissions and roles.
- Factories for bootstrapping menu data.

Usage
-----

[](#usage)

Main route group:

- `system.menus.*`

The package also exposes an explicit organize action:

```
route('system.menus.organize');
```

API
---

[](#api)

### HTTP routes

[](#http-routes)

- `GET api/system/menus/create`
- `POST api/system/menus`
- `GET api/system/menus/{menu}/edit`
- `PATCH api/system/menus/{menu}`
- `DELETE api/system/menus/{menu}`
- `PUT api/system/menus/organize`
- `GET api/system/menus/initTable`
- `GET api/system/menus/tableData`
- `GET api/system/menus/exportExcel`

Depends On
----------

[](#depends-on)

Required Enso packages:

- [`laravel-enso/core`](https://docs.laravel-enso.com/backend/core.html) [↗](https://github.com/laravel-enso/core)
- [`laravel-enso/forms`](https://docs.laravel-enso.com/backend/forms.html) [↗](https://github.com/laravel-enso/forms)
- [`laravel-enso/helpers`](https://docs.laravel-enso.com/backend/helpers.html) [↗](https://github.com/laravel-enso/helpers)
- [`laravel-enso/migrator`](https://docs.laravel-enso.com/backend/migrator.html) [↗](https://github.com/laravel-enso/migrator)
- [`laravel-enso/permissions`](https://docs.laravel-enso.com/backend/permissions.html) [↗](https://github.com/laravel-enso/permissions)
- [`laravel-enso/roles`](https://docs.laravel-enso.com/backend/roles.html) [↗](https://github.com/laravel-enso/roles)
- [`laravel-enso/tables`](https://docs.laravel-enso.com/backend/tables.html) [↗](https://github.com/laravel-enso/tables)

Companion frontend package:

- [`@enso-ui/menus`](https://docs.laravel-enso.com/frontend/menus.html) [↗](https://github.com/enso-ui/menus)

Contributions
-------------

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

Thank you to all the people who already contributed to Enso!

###  Health Score

61

—

FairBetter than 98% of packages

Maintenance86

Actively maintained with recent releases

Popularity34

Limited adoption so far

Community28

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 75.5% 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 ~18 days

Recently: every ~3 days

Total

181

Last Release

74d ago

Major Versions

1.3.6 → 2.1.122018-01-18

1.3.7 → 2.1.242018-02-15

2.3.16 → 3.0.02019-03-08

3.4.7 → 4.0.02020-06-25

4.1.3 → 5.0.02022-02-25

PHP version history (2 changes)1.1.0PHP &gt;=5.6.4

1.1.9PHP &gt;=7.1.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (228 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (36 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (12 commits)")[![DevIonut](https://avatars.githubusercontent.com/u/19207797?v=4)](https://github.com/DevIonut "DevIonut (7 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (4 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (4 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (3 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (3 commits)")[![jlsjonas](https://avatars.githubusercontent.com/u/932193?v=4)](https://github.com/jlsjonas "jlsjonas (1 commits)")[![daikazu](https://avatars.githubusercontent.com/u/4039367?v=4)](https://github.com/daikazu "daikazu (1 commits)")[![b-stavitskiy](https://avatars.githubusercontent.com/u/39275809?v=4)](https://github.com/b-stavitskiy "b-stavitskiy (1 commits)")[![codacy-badger](https://avatars.githubusercontent.com/u/23704769?v=4)](https://github.com/codacy-badger "codacy-badger (1 commits)")[![tedipop16](https://avatars.githubusercontent.com/u/71398467?v=4)](https://github.com/tedipop16 "tedipop16 (1 commits)")

---

Tags

breadcrumbsbreadcrumbs-generatorlaravellaravel-breadcrumbslaravel-ensolaravel-menularavel-menu-managerlaravel-packagemenu-generatorbreadcrumbsmenu-managermenuslaravel-menularavel-enso

### Embed Badge

![Health badge](/badges/laravel-enso-menumanager/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-enso-menumanager/health.svg)](https://phpackages.com/packages/laravel-enso-menumanager)
```

###  Alternatives

[laravel-enso/localisation

Language and translation management for Laravel Enso

1362.8k11](/packages/laravel-enso-localisation)[laravel-enso/menus

Menu management for Laravel Enso

1644.0k25](/packages/laravel-enso-menus)[laravel-enso/tutorials

Tutorial management backend for Laravel Enso

1140.7k](/packages/laravel-enso-tutorials)[laravel-enso/core

The backend shell of a Laravel Enso application

3465.3k206](/packages/laravel-enso-core)[laravel-enso/permissions

Permission management for Laravel Enso

1244.2k52](/packages/laravel-enso-permissions)[laravel-enso/roles

Role management for Laravel Enso

1044.9k32](/packages/laravel-enso-roles)

PHPackages © 2026

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