PHPackages                             alexbowers/nova-categorise-resources - 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. alexbowers/nova-categorise-resources

ActiveLibrary[Admin Panels](/categories/admin)

alexbowers/nova-categorise-resources
====================================

Group and categorise your nova resources

v1.0.5(7y ago)4273.8k↓40%14[19 PRs](https://github.com/alexbowers/nova-categorise-resources/pulls)MITPHPPHP &gt;=7.1.0

Since Sep 5Pushed 3y agoCompare

[ Source](https://github.com/alexbowers/nova-categorise-resources)[ Packagist](https://packagist.org/packages/alexbowers/nova-categorise-resources)[ Docs](https://github.com/alexbowers/nova-categorise-resources)[ RSS](/packages/alexbowers-nova-categorise-resources/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)DependenciesVersions (26)Used By (0)

Deprecated
==========

[](#deprecated)

This is now covered in Nova 1.0.18+ so does not need a package for it:

```
public static $group = 'name'; // you may also use a public static method of the same name
```

You may continue to use this package if you want to be able to collapse the groups, however I'd recommend going with the core features of Nova.

Group and categorise your nova resources
========================================

[](#group-and-categorise-your-nova-resources)

[![Latest Version on Packagist](https://camo.githubusercontent.com/67e8e71a2206d7be924bc6145dbb01c672292eaed7caf83510b583ea5e73d83b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6578626f776572732f6e6f76612d63617465676f726973652d7265736f75726365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexbowers/nova-categorise-resources)[![Quality Score](https://camo.githubusercontent.com/7d44cc384c9b10ad30cd2daeed287a77392381a0ca66378563633d4914a83989/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616c6578626f776572732f6e6f76612d63617465676f726973652d7265736f75726365732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/alexbowers/nova-categorise-resources)[![Total Downloads](https://camo.githubusercontent.com/27647b52627a3fdfc6ebce186f0e0d441746107a333fcdead07254efd585afd2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c6578626f776572732f6e6f76612d63617465676f726973652d7265736f75726365732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexbowers/nova-categorise-resources)

A nova resource can be given a category name.

If a category name is provided, then that will act as a label.

The label will be standardised, so any changes in capitalisation will be removed and it will be converted into Title case.

For example:

"Customers Information", "customers information" and "cUStoMERs INFORMATION"

all become "Customers Information"

If the category is left empty, then all empty resources will get grouped together.

If there is only one category, it will not be collapsable, but will instead have a label above it all

if there is only one category, and it is empty, then it will act as Nova does by default.

[![Categorise Resources Example](https://github.com/alexbowers/nova-categorise-resources/raw/master/screenshots/example.gif?raw=true)](https://github.com/alexbowers/nova-categorise-resources/blob/master/screenshots/example.gif?raw=true)

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

[](#installation)

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

```
composer require alexbowers/nova-categorise-resources
```

Usage
-----

[](#usage)

In any / all of your resources add

```
public static $category = "Your Category label";
```

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Alex Bowers](https://github.com/alexbowers)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity42

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 78.9% 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 ~14 days

Total

6

Last Release

2742d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/842974?v=4)[Alex Bowers](/maintainers/alexbowers)[@alexbowers](https://github.com/alexbowers)

---

Top Contributors

[![alexbowers](https://avatars.githubusercontent.com/u/842974?v=4)](https://github.com/alexbowers "alexbowers (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![emtudo](https://avatars.githubusercontent.com/u/191396?v=4)](https://github.com/emtudo "emtudo (1 commits)")[![JapSeyz](https://avatars.githubusercontent.com/u/2234034?v=4)](https://github.com/JapSeyz "JapSeyz (1 commits)")[![jelleroorda](https://avatars.githubusercontent.com/u/9193686?v=4)](https://github.com/jelleroorda "jelleroorda (1 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/alexbowers-nova-categorise-resources/health.svg)

```
[![Health](https://phpackages.com/badges/alexbowers-nova-categorise-resources/health.svg)](https://phpackages.com/packages/alexbowers-nova-categorise-resources)
```

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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