PHPackages                             dharmeshshah09/laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. dharmeshshah09/laravel-nova-menu-builder

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

dharmeshshah09/laravel-nova-menu-builder
========================================

Menu Builder Tool for Laravel Nova.

v1.2(6y ago)020MITVuePHP &gt;=7.1.0

Since Jan 7Pushed 6y agoCompare

[ Source](https://github.com/dharmeshshah09/Laravel-Nova-Menu-Builder)[ Packagist](https://packagist.org/packages/dharmeshshah09/laravel-nova-menu-builder)[ RSS](/packages/dharmeshshah09-laravel-nova-menu-builder/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Nova Menu Builder Using with Uuid
=================================

[](#nova-menu-builder-using-with-uuid)

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 dharmeshshah09/laravel-nova-menu-builder
```

Then you should publish the database table file and migrate it:

```
php artisan vendor:publish --tag=menu-builder-migration
php artisan migrate
```

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 \Infinety\MenuBuilder\MenuBuilder(),
    ];
}
```

Helpers
-------

[](#helpers)

There are three 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', 'dl', 'dd') !!}
```

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

    Returns the name of the menu for a given slug.

```
{{ menu_name('main') }}
```

- **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"
```

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~116 days

Total

3

Last Release

2500d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51225028?v=4)[Dharmesh Shah](/maintainers/dharmeshshah09)[@dharmeshshah09](https://github.com/dharmeshshah09)

---

Top Contributors

[![dharmeshshah09](https://avatars.githubusercontent.com/u/51225028?v=4)](https://github.com/dharmeshshah09 "dharmeshshah09 (35 commits)")[![Krato](https://avatars.githubusercontent.com/u/74367?v=4)](https://github.com/Krato "Krato (5 commits)")[![hellozach](https://avatars.githubusercontent.com/u/8039641?v=4)](https://github.com/hellozach "hellozach (1 commits)")[![hofmannsven](https://avatars.githubusercontent.com/u/1214387?v=4)](https://github.com/hofmannsven "hofmannsven (1 commits)")

---

Tags

laravelbuildermenunovainfinety

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-menu-builder

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

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

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

243268.1k4](/packages/outl1ne-nova-menu-builder)[infinety-es/nova-menu-builder

Menu Builder Tool for Laravel Nova.

6514.9k](/packages/infinety-es-nova-menu-builder)[nguyendachuy/laravel-menu

Laravel Menu Builder | Drag &amp; Drop | Bootstrap | Laravel 7 | Laravel 8 | Laravel 9 | Laravel 10 | Laravel 11 | Laravel 12

162.2k](/packages/nguyendachuy-laravel-menu)

PHPackages © 2026

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