PHPackages                             scouser03/nova-collapse-field - 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. scouser03/nova-collapse-field

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

scouser03/nova-collapse-field
=============================

A collapse field for Laravel Nova

1.1.4(3y ago)1377[1 issues](https://github.com/scouser03/NovaCollapseField/issues)MITJavaScriptPHP &gt;=7.1.0

Since Apr 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/scouser03/NovaCollapseField)[ Packagist](https://packagist.org/packages/scouser03/nova-collapse-field)[ RSS](/packages/scouser03-nova-collapse-field/feed)WikiDiscussions master Synced 4w ago

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

A collapse field for Laravel Nova
=================================

[](#a-collapse-field-for-laravel-nova)

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

[](#installation)

First you must install this package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require scouser03/nova-collapse-field
```

Usage
-----

[](#usage)

```
namespace App\Nova;

use Laravel\Nova\Panel;
use Laravel\Nova\Fields\Text;
use Scouser03\NovaCollapseField\NovaCollapseField;

class BlogPost extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            (new Panel('Panel name', [
                NovaCollapseField::make('Panel name'),
                Text::make(__('Tag'), 'tag')
                    ->creationRules('required')
                    ->rules('required')
                    ->sortable(),

            ]))->help('icon'),

            // ...
        ];
    }
}
```

### Panel name and NovaCollapseField name must be same.

[](#panel-name-and-novacollapsefield-name-must-be-same)

-&gt;help() method is required

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

5

Last Release

1457d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9753ef055b659acda531aef0fd84bf41973ad96b18d12bbf39d57458a53d6bd0?d=identicon)[scouser03](/maintainers/scouser03)

---

Top Contributors

[![scouser03](https://avatars.githubusercontent.com/u/35454401?v=4)](https://github.com/scouser03 "scouser03 (9 commits)")

---

Tags

laravelcollapsenovapanel

### Embed Badge

![Health badge](/badges/scouser03-nova-collapse-field/health.svg)

```
[![Health](https://phpackages.com/badges/scouser03-nova-collapse-field/health.svg)](https://phpackages.com/packages/scouser03-nova-collapse-field)
```

###  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)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[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)
