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

ActiveLibrary[Admin Panels](/categories/admin)

carloscgo/nova-categorise-resources
===================================

Group and categorise your nova resources

v2.0.2(7y ago)06MITPHPPHP &gt;=7.1.0

Since Sep 5Pushed 7y ago1 watchersCompare

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

READMEChangelog (4)DependenciesVersions (12)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 carloscgo/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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 56% 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 ~8 days

Recently: every ~0 days

Total

10

Last Release

2735d ago

Major Versions

v1.0.6 → v2.0.02018-11-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/27ebfa2653770ec6750c12b9e64347c5c1a2180010020ff04fa1577b60053111?d=identicon)[carloscgo](/maintainers/carloscgo)

---

Top Contributors

[![alexbowers](https://avatars.githubusercontent.com/u/842974?v=4)](https://github.com/alexbowers "alexbowers (14 commits)")[![carloscgo](https://avatars.githubusercontent.com/u/693763?v=4)](https://github.com/carloscgo "carloscgo (8 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/carloscgo-nova-categorise-resources/health.svg)

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