PHPackages                             energon7/nova-menu-builder - 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. [Admin Panels](/categories/admin)
4. /
5. energon7/nova-menu-builder

ActiveLibrary[Admin Panels](/categories/admin)

energon7/nova-menu-builder
==========================

Advanced Menu Builder Tool for Laravel Nova.

v2.1.1(5y ago)51.2k3[1 issues](https://github.com/Energon7/nova-menu-builder/issues)[6 PRs](https://github.com/Energon7/nova-menu-builder/pulls)MITVuePHP &gt;=7.1.0

Since Apr 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Energon7/nova-menu-builder)[ Packagist](https://packagist.org/packages/energon7/nova-menu-builder)[ RSS](/packages/energon7-nova-menu-builder/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (5)Dependencies (1)Versions (23)Used By (0)

\#Advanced Nova Menu Builder

This package forked from [Nova Menu Builder](https://github.com/InfinetyEs/Nova-Menu-Builder)

!!! ####This package work only with [Spatie Translatable](https://github.com/spatie/laravel-translatable)

Fixes :

```
- fix child class (now child class assign to child - ul )
- fix too many requests to database
- fix enabling/disabling sub menu

```

Updates :

```
- added compatibility with Spatie Translatable package.
- added dynamic language selector from database

```

This tool allows you to create menus in Laravel Nova

[![menu builder Home](https://user-images.githubusercontent.com/42798230/50765532-7632ea80-1276-11e9-8fed-ec1f6d53983a.png)](https://user-images.githubusercontent.com/42798230/50765532-7632ea80-1276-11e9-8fed-ec1f6d53983a.png)

[![Menu Builder Items](https://user-images.githubusercontent.com/42798230/50765390-06bcfb00-1276-11e9-9e82-fd7956507c78.png)](https://user-images.githubusercontent.com/42798230/50765390-06bcfb00-1276-11e9-9e82-fd7956507c78.png)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require energon7/nova-menu-builder
```

Then you should publish the service provider, migrate database:

```
php artisan vendor:publish --provider="Energon7\MenuBuilder\MenuBuilderServiceProvider"
php artisan migrate
```

Then create your own table "languages"

Usage
-----

[](#usage)

Next up, you must register the tool with Nova. This is typically done in the tools method of the NovaServiceProvider.

```
// in app/Providers/NovaServiceProvider.php

// ...

public function tools()
{
    return [
        // ...
        new \Energon7\MenuBuilder\MenuBuilder(),
    ];
}
```

Helpers
-------

[](#helpers)

There are two helpers built in for your blades

- **menu\_builder('slug')**.

    Creates an html menu for given slug. Extra options are not required. By default tags are `ul` and `li`, and without html classes.

```
{!! menu_builder('main') !!}

//or

{!! menu_builder('main', 'parent-class', 'child-class',with children(boolean) , with active/deactive(boolean), 'dl',
'dd') !!}

booleans default is true
```

- **menu\_json('slug')**.

    Returns a json with all items for given slug.

```
{!! menu_json('main') !!}
```

Localization
------------

[](#localization)

Set your translations in the corresponding xx.json file located in /resources/lang/vendor/nova

```
"Menu Builder": "Menu Builder",
"Menu Items": "Menu Items",
"Add item": "Add item",
"Delete item": "Delete item",
"Are you sure to delete this menu item?": "Are you sure to delete this menu item?",
"Take care. All children items will be deleted cause you're deleting the parent.": "Take care. All children items will be deleted cause you're deleting the parent.",
"Cancel": "Cancel",
"Yes, remove!": "Yes, remove!",
"Add Menu item": "Add Menu item",
"Name": "Name",
"Slug": "Slug",
"Menu Helper": "Menu Helper",
"Link type": "Link type",
"Choose an option": "Choose an option",
"Static Url": "Static Url",
"Dynamic Route": "Dynamic Route",
"URL": "URL",
"Route": "Route",
"Parameters": "Parameters",
"Open in": "Open in",
"Same window": "Same window",
"New window": "New window",
"Classes": "Classes",
"Create menu item": "Create menu item",
"Update menu item": "Update menu item",
"Item removed successfully!": "Item removed successfully!",
"Item created!": "Item created!",
"Item updated!": "Item updated!",
"Menu reordered!": "Menu reordered!",
"Error on server!": "Error on server!",
"Enabled": "Enabled",
"Disabled": "Disabled"
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Postcardware
------------

[](#postcardware)

You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 72.7% 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 ~47 days

Recently: every ~0 days

Total

16

Last Release

1875d ago

Major Versions

v1.1.4 → v2.0.02020-03-16

v2.1.1 → v3.x-dev2021-03-31

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9e50c333693422ef7266e9105b97376f1c34bcfd3a15bc3abf12c3516a38f09?d=identicon)[Energon7](/maintainers/Energon7)

---

Top Contributors

[![Energon7](https://avatars.githubusercontent.com/u/28485483?v=4)](https://github.com/Energon7 "Energon7 (24 commits)")[![bestcomp-azer](https://avatars.githubusercontent.com/u/81566060?v=4)](https://github.com/bestcomp-azer "bestcomp-azer (8 commits)")[![lhilton](https://avatars.githubusercontent.com/u/745338?v=4)](https://github.com/lhilton "lhilton (1 commits)")

---

Tags

laravelbuildermenunovaEnergon7

### Embed Badge

![Health badge](/badges/energon7-nova-menu-builder/health.svg)

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

###  Alternatives

[optimistdigital/nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.

243369.4k](/packages/optimistdigital-nova-menu-builder)[outl1ne/nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.

243246.0k3](/packages/outl1ne-nova-menu-builder)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[infinety-es/nova-menu-builder

Menu Builder Tool for Laravel Nova.

6514.8k](/packages/infinety-es-nova-menu-builder)

PHPackages © 2026

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