PHPackages                             stepanenko3/nova-menu-collapsed - 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. stepanenko3/nova-menu-collapsed

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

stepanenko3/nova-menu-collapsed
===============================

This Laravel Nova package allows you to set menu state collapsed as default

v1.2.2(3y ago)1119.8k↑81.2%1MITJavaScriptPHP &gt;=8.0

Since Apr 15Pushed 3y ago2 watchersCompare

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

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

Nova Menu Collapsed
===================

[](#nova-menu-collapsed)

[![Latest Version on Packagist](https://camo.githubusercontent.com/29e701d38d5e225a034ff44caa6f1a46973ce6e3ce904810b617d163d3e4a940/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746570616e656e6b6f332f6e6f76612d6d656e752d636f6c6c61707365642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stepanenko3/nova-menu-collapsed)[![Total Downloads](https://camo.githubusercontent.com/d66c9fff4ec6dfa77cd86168888b79d61e13ef188c1c243bb1c32d9d9edc5ab6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746570616e656e6b6f332f6e6f76612d6d656e752d636f6c6c61707365642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/stepanenko3/nova-menu-collapsed)[![License](https://camo.githubusercontent.com/4b0919ec3b2ffb3762b58b02b76c595348a2f23fab6a3979b51e33f3cdd8cce5/68747470733a2f2f706f7365722e707567782e6f72672f73746570616e656e6b6f332f6e6f76612d6d656e752d636f6c6c61707365642f6c6963656e7365)](https://packagist.org/packages/stepanenko3/nova-menu-collapsed)

This tool gives you the ability to set the default collapse state for Nova 4.0 menu items.

Requirements
------------

[](#requirements)

- `php: >=8.0`
- `laravel/nova: ^4.0`

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

[](#installation)

Install the package in a Laravel Nova project via Composer and edit the configuration file

```
# Install the package
composer require stepanenko3/nova-menu-collapsed

# Publish the configuration file and edit it to your preference
php artisan vendor:publish --provider="Stepanenko3\NovaMenuCollapsed\ToolServiceProvider" --tag="config"
```

Register the tool with Nova in the `tools()` method of the `NovaServiceProvider`:

```
// in app/Providers/NovaServiceProvider.php

public function tools()
{
    return [
        // ...
        new \Stepanenko3\NovaMenuCollapsed\MenuCollapsed,
    ];
}
```

### Setting up

[](#setting-up)

After publishing the configuration file, you have to make some required changes in `config/nova-menu-collapsed.php`:

```
'collapsed' => true,
```

Credits
-------

[](#credits)

- [Artem Stepanenko](https://github.com/stepanenko3)

License
-------

[](#license)

Nova Menu Builder is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

Recently: every ~91 days

Total

6

Last Release

1105d ago

### Community

Maintainers

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

---

Top Contributors

[![stepanenko3](https://avatars.githubusercontent.com/u/31134245?v=4)](https://github.com/stepanenko3 "stepanenko3 (11 commits)")

---

Tags

laravelmenunova

### Embed Badge

![Health badge](/badges/stepanenko3-nova-menu-collapsed/health.svg)

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

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[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-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[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)[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)
