PHPackages                             workup/collapsible-resource-manager - 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. workup/collapsible-resource-manager

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

workup/collapsible-resource-manager
===================================

A custom sidebar menu with collapsible groups

v1.4.2.001(4y ago)0931MITVuePHP &gt;=7.1.0

Since Sep 28Pushed 2y agoCompare

[ Source](https://github.com/workupsrl/collapsible-resource-manager)[ Packagist](https://packagist.org/packages/workup/collapsible-resource-manager)[ RSS](/packages/workup-collapsible-resource-manager/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (32)Used By (0)

Collapsible Resource Manager
============================

[](#collapsible-resource-manager)

[![Latest Version on Packagist](https://camo.githubusercontent.com/215c5828dc3debb5685aa97d37a65b9bfae397240dce6b21c1e265da63b87a4d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469676974616c2d63726561746976652f636f6c6c61707369626c652d7265736f757263652d6d616e61676572)](https://packagist.org/packages/digital-creative/collapsible-resource-manager)[![Total Downloads](https://camo.githubusercontent.com/91832ea506ba3cd7d0af2797a71dee54b4e67f6e94a5bf37fa41828fabc9a7c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469676974616c2d63726561746976652f636f6c6c61707369626c652d7265736f757263652d6d616e61676572)](https://packagist.org/packages/digital-creative/collapsible-resource-manager)[![License](https://camo.githubusercontent.com/9a7d01439c1344c776625129bb5b0734bdd4f5f869b800790a91c7e60cf5864f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6469676974616c2d63726561746976652f636f6c6c61707369626c652d7265736f757263652d6d616e61676572)](https://github.com/dcasia/collapsible-resource-manager/blob/master/LICENSE)

  ![Laravel Nova Collapsible Resource Manager in action](https://raw.githubusercontent.com/dcasia/collapsible-resource-manager/main/screenshots/light.png)Provides an easy way to order and group your resources on the sidebar.

Installation
============

[](#installation)

You can install the package via composer:

```
composer require digital-creative/collapsible-resource-manager

```

Usage
=====

[](#usage)

This package can serve as a seamless replacement for Nova's default sidebar menu. The only modification it makes to the original Nova menu is the addition of the `->icon()` method to the MenuItem class, which enables you to easily incorporate icons into each menu item.

For all available options you can check nova documentation [here](https://nova.laravel.com/docs/customization/menus.html#menu-sections).

```
class NovaServiceProvider extends NovaApplicationServiceProvider {

    public function boot(): void
    {
        //...
        Nova::mainMenu(function (Request $request): array {
            return [
                MenuSection::make('Content', [
                    MenuGroup::make('User Base', [
                        MenuItem::resource(User::class)->icon('...'),
                        MenuItem::resource(Article::class)->icon('annotation'),
                        MenuItem::resource(Comment::class)->icon('chat-alt'),
                    ]),
                ])->icon('lightning-bolt')->collapsable(),
            ];
        });
        //...
    }

}
```

⭐️ Show Your Support
--------------------

[](#️-show-your-support)

Please give a ⭐️ if this project helped you!

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://raw.githubusercontent.com/dcasia/collapsible-resource-manager/master/LICENSE) for more information.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 72.5% 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 ~31 days

Recently: every ~55 days

Total

30

Last Release

1514d ago

Major Versions

v0.1.9 → v1.0.02019-11-18

### Community

Maintainers

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

---

Top Contributors

[![milewski](https://avatars.githubusercontent.com/u/2874967?v=4)](https://github.com/milewski "milewski (37 commits)")[![rslanzi](https://avatars.githubusercontent.com/u/7341598?v=4)](https://github.com/rslanzi "rslanzi (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![eugenefvdm](https://avatars.githubusercontent.com/u/1836436?v=4)](https://github.com/eugenefvdm "eugenefvdm (1 commits)")[![gabrielesbaiz](https://avatars.githubusercontent.com/u/22818698?v=4)](https://github.com/gabrielesbaiz "gabrielesbaiz (1 commits)")[![infostreams](https://avatars.githubusercontent.com/u/1132744?v=4)](https://github.com/infostreams "infostreams (1 commits)")[![Marcus-IXAU](https://avatars.githubusercontent.com/u/62982527?v=4)](https://github.com/Marcus-IXAU "Marcus-IXAU (1 commits)")[![bernhardh](https://avatars.githubusercontent.com/u/642292?v=4)](https://github.com/bernhardh "bernhardh (1 commits)")[![xoco70](https://avatars.githubusercontent.com/u/5855577?v=4)](https://github.com/xoco70 "xoco70 (1 commits)")[![bilogic](https://avatars.githubusercontent.com/u/946010?v=4)](https://github.com/bilogic "bilogic (1 commits)")[![dgoldstein89](https://avatars.githubusercontent.com/u/53494117?v=4)](https://github.com/dgoldstein89 "dgoldstein89 (1 commits)")

---

Tags

laravelcollapsenovasidebarcollapsible

### Embed Badge

![Health badge](/badges/workup-collapsible-resource-manager/health.svg)

```
[![Health](https://phpackages.com/badges/workup-collapsible-resource-manager/health.svg)](https://phpackages.com/packages/workup-collapsible-resource-manager)
```

###  Alternatives

[digital-creative/collapsible-resource-manager

A custom sidebar menu with collapsible groups

201869.2k1](/packages/digital-creative-collapsible-resource-manager)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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