PHPackages                             aiman/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. aiman/nova-menu-builder

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

aiman/nova-menu-builder
=======================

Advanced Menu Builder Tool for Laravel Nova.

v1.0.0(5y ago)12863[1 issues](https://github.com/aiman1717a/nova-menu-builder/issues)[8 PRs](https://github.com/aiman1717a/nova-menu-builder/pulls)MITVuePHP &gt;=7.1.0

Since Jun 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aiman1717a/nova-menu-builder)[ Packagist](https://packagist.org/packages/aiman/nova-menu-builder)[ RSS](/packages/aiman-nova-menu-builder/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (1)Versions (10)Used By (0)

Nova Thaana Menu Builder
========================

[](#nova-thaana-menu-builder)

This package forked from [Nova Menu Builder](https://github.com/Energon7/nova-menu-builder)This package supports thaana keyboard by [JTK](https://github.com/jawish/jtk)

This package uses [Spatie Translatable](https://github.com/spatie/laravel-translatable)

This tool allows you to create menus in Laravel Nova to a similar fashion to wordpress menu layout and also supports thaana keyboard

[![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)

[![menu builder](https://user-images.githubusercontent.com/36910126/78132936-02f73480-7437-11ea-9dc0-f1858dbf18d6.PNG)](https://user-images.githubusercontent.com/36910126/78132936-02f73480-7437-11ea-9dc0-f1858dbf18d6.PNG)

[![menu builder](https://user-images.githubusercontent.com/36910126/78133174-684b2580-7437-11ea-8789-6db2e139e923.PNG)](https://user-images.githubusercontent.com/36910126/78133174-684b2580-7437-11ea-8789-6db2e139e923.PNG)

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

[](#installation)

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

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

Then you should publish the service provider, migrate database:

```
php artisan vendor:publish --provider="Aiman\MenuBuilder\ToolServiceProvider"
php artisan migrate
```

Then run the LangaugesTableSeeder located in seeds folder inside database folder

```
public function run()
{
    $this->call(LanguagesTableSeeder::class);
}
```

execute this command to run the seeds

```
php artisan db:seed

```

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 \Aiman\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') !!}
```

- **menu\_type('type')**.

    Returns a json with all items for given type

    Parammain\_menusecondary\_menuvertical\_menucurrency\_menulangauge\_menu

```
{!! menu_type('main_menu') !!}
```

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

Important
---------

[](#important)

This package is tested for **Nova v2.0+**Latest tested on **nova v3.6.0**

Credit
------

[](#credit)

Huge Credit goes for [@Jawish Hameed](https://github.com/jawish) for his thaana translation plugin [Thaana Keyboard](https://github.com/jawish/jtk)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.4% 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

Unknown

Total

1

Last Release

2159d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/244a34aca62dea610391ed8ca5aa91cafa48f101babbe7c38dc6c1aa3701a6b9?d=identicon)[aiman1717a](/maintainers/aiman1717a)

---

Top Contributors

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

---

Tags

laravelbuildermenunovathaanaAiman

### Embed Badge

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

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