PHPackages                             imumz/nova-accordion-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. imumz/nova-accordion-field

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

imumz/nova-accordion-field
==========================

A Laravel Nova field.

1.0(6y ago)06441MITVuePHP &gt;=7.1.0

Since Jun 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/iMuMz/NovaAccordionField)[ Packagist](https://packagist.org/packages/imumz/nova-accordion-field)[ RSS](/packages/imumz-nova-accordion-field/feed)WikiDiscussions master Synced 3w ago

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

[![](https://camo.githubusercontent.com/39c35ee0fe0f8aa5c43cf690b21bd0584fce0baaa159d24b8ec84f274fbbb016/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f694d754d7a2f4e6f76614163636f7264696f6e4669656c643f267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/39c35ee0fe0f8aa5c43cf690b21bd0584fce0baaa159d24b8ec84f274fbbb016/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f694d754d7a2f4e6f76614163636f7264696f6e4669656c643f267374796c653d666c61742d737175617265)[![GitHub release (latest by date)](https://camo.githubusercontent.com/9864672195d2ef9f666f609298b0e923102a31ef0310a4014691276c627bac83/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f694d754d7a2f4e6f76614163636f7264696f6e4669656c643f636f6c6f723d6f72616e6765267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/9864672195d2ef9f666f609298b0e923102a31ef0310a4014691276c627bac83/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f694d754d7a2f4e6f76614163636f7264696f6e4669656c643f636f6c6f723d6f72616e6765267374796c653d666c61742d737175617265)[![Packagist](https://camo.githubusercontent.com/68acbf61a7d79fb812fc8a4aa3665dfedfc7e63ee3e39ebb9e7635270ccb2ac4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d756d7a2f6e6f76612d6163636f7264696f6e2d6669656c643f636f6c6f723d677265656e266c6f676f3d74657374696e67267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/68acbf61a7d79fb812fc8a4aa3665dfedfc7e63ee3e39ebb9e7635270ccb2ac4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696d756d7a2f6e6f76612d6163636f7264696f6e2d6669656c643f636f6c6f723d677265656e266c6f676f3d74657374696e67267374796c653d666c61742d737175617265)

NovaAccordionField
==================

[](#novaaccordionfield)

A simple vue.js accordion component for Laravel Nova.

[![image](https://user-images.githubusercontent.com/22936672/83330424-0ff5a000-a28f-11ea-935b-cf9d68c3925e.png)](https://user-images.githubusercontent.com/22936672/83330424-0ff5a000-a28f-11ea-935b-cf9d68c3925e.png)

### Installation

[](#installation)

```
composer require imumz/nova-accordion-field

```

### Usage

[](#usage)

```
use Imumz\NovaAccordionField\NovaAccordionField;
...
public function fields(Request $request)
    {
        $array = [
            0 => [
                'name' => 'John Doe',
                'text' => 'john@example.com'
            ],
            1 => [
                'name' => 'Jane Doe',
                'text' => 'jane@example.com'
            ],
            2 => [
                'name' => 'Tom Doe',
                'text' => 'tom@example.com'
            ],
        ];

        return [
            NovaAccordionField::make('')
            ->data($array)
            ->title('name')
            ->description('text')
        ];
    }

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

2198d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0eeb120edd255a21c41436897f061b8fad98281efe615b7c5f718735705ef797?d=identicon)[iMuMz](/maintainers/iMuMz)

---

Top Contributors

[![iMuMz](https://avatars.githubusercontent.com/u/22936672?v=4)](https://github.com/iMuMz "iMuMz (5 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/imumz-nova-accordion-field/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.6M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17178.1k1](/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.

11258.1k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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