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

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

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

Menu Builder Tool for Laravel Nova with placeholder and category.

V1.1(6y ago)0124[1 PRs](https://github.com/dharmeshshah09/cannaconsole-laravel-nova-menu-builder/pulls)MITVuePHP &gt;=7.1.0

Since Sep 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dharmeshshah09/cannaconsole-laravel-nova-menu-builder)[ Packagist](https://packagist.org/packages/dharmeshshah09/cannaconsole-laravel-nova-menu-builder)[ RSS](/packages/dharmeshshah09-cannaconsole-laravel-nova-menu-builder/feed)WikiDiscussions master Synced yesterday

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

Nova Menu Builder Using with Placeholder and Category.
======================================================

[](#nova-menu-builder-using-with-placeholder-and-category)

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/cannaconsole-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

28

—

LowBetter than 54% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

2

Last Release

2329d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelbuildermenunovainfinety

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/dharmeshshah09-cannaconsole-laravel-nova-menu-builder/health.svg)](https://phpackages.com/packages/dharmeshshah09-cannaconsole-laravel-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)[infinety-es/nova-menu-builder

Menu Builder Tool for Laravel Nova.

6514.8k](/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)
