PHPackages                             normanhuth/nova-menu-order - 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. normanhuth/nova-menu-order

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

normanhuth/nova-menu-order
==========================

Sort the resources and resources groups in the Nova menu

1.0.8(5y ago)311.3k3[1 issues](https://github.com/NormanHuth/nova-menu-order/issues)MITPHPPHP &gt;=7.2.0

Since Mar 18Pushed 5y ago2 watchersCompare

[ Source](https://github.com/NormanHuth/nova-menu-order)[ Packagist](https://packagist.org/packages/normanhuth/nova-menu-order)[ RSS](/packages/normanhuth-nova-menu-order/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (9)Used By (0)

New alternative Method:

Sort the Nova resources and resource groups in the menu.

Install:
`composer require normanhuth/nova-menu-order`

Now publish the config file:
`php artisan vendor:publish --provider="NormanHuth\NovaMenuOrder\NovaMenuOrderServiceProvider" --tag=config`

After publish this, You find the file config/nova-group-order.php, where You can sort the resources groups:

```
 return [
     'Other'     => 10,
     'Archives'  => 20,
 ];
```

---

If the file resources/views/vendor/nova/resources/navigation.blade.php **not exists**, You can publish this file:
`php artisan vendor:publish --provider="NormanHuth\NovaMenuOrder\NovaMenuOrderServiceProvider" --tag=view`

If this file already exist, You have 2 Options.
Option 1:
Overwrite the file with:
`php artisan vendor:publish --provider="NormanHuth\NovaMenuOrder\NovaMenuOrderServiceProvider" --tag=view --force`

Option 2:
Edit the file and change `{{ $group }}` to `{!! $group !!}` and `{{ $resource::label() }}` to `{!! $resource::label() !!}`

---

Use this package in the Nova resources:

```
use NormanHuth\NovaMenuOrder\Nova\CustomResource;

class Contact extends CustomResource
```

And to order the resources:

```
use NormanHuth\NovaMenuOrder\Nova\CustomResource;

class Contact extends CustomResource
{
    public static $order = 20;
```

Localize Labels - use alternative method

```
    public static function setLabel()
    {
        return __('Contact');
    }
    public static function setSingularLabel()
    {
        return __('Contact');
    }
```

---

If You use [klepak/nova-dynamic-page-title](https://github.com/klepak/nova-dynamic-page-title), You find in the folder nova-dynamic-page-title a custom JS-asset to override, change, edit this package.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

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

Recently: every ~50 days

Total

8

Last Release

2039d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2579233?v=4)[Muetze](/maintainers/Muetze)[@muetze](https://github.com/muetze)

---

Top Contributors

[![Muetze42](https://avatars.githubusercontent.com/u/26193232?v=4)](https://github.com/Muetze42 "Muetze42 (13 commits)")

---

Tags

laravelsortmenuresourcenovaorder

### Embed Badge

![Health badge](/badges/normanhuth-nova-menu-order/health.svg)

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

###  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)[dillingham/nova-attach-many

Attach Many Nova field

2712.0M2](/packages/dillingham-nova-attach-many)[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)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[cloudstudio/resource-generator

Resource Generator for Laravel Nova

106136.1k1](/packages/cloudstudio-resource-generator)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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