PHPackages                             marotura/nested-multiselect - 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. marotura/nested-multiselect

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

marotura/nested-multiselect
===========================

A nested multiselect field for Laravel Nova

1.0.3(1y ago)0503↓50%MITVuePHP ^8.0

Since Apr 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/marotura-bv/nested-multiselect)[ Packagist](https://packagist.org/packages/marotura/nested-multiselect)[ RSS](/packages/marotura-nested-multiselect/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

A nested multiselect field for Laravel Nova. This package makes use of [vue3-treeselect](https://github.com/megafetis/vue3-treeselect)

To install this package use:

```
composer require marotura/nested-multiselect
```

This field extends the Nova Multiselect field. At the moment this is the most basic implementation.

```
NestedMultiselect::make('Nested', 'nested')
    ->options([
        [
            'id' => 'a',
            'label' => 'a',
            'children' => [
                [
                'id' => 'aa',
                'label' => 'aa',
                ], [
                'id' => 'ab',
                'label' => 'ab',
                ],
            ]
        ], [
            'id' => 'b',
            'label' => 'b',
        ], [
            'id' => 'c',
            'label' => 'c',
        ]
    ])
```

Also make sure to cast your field to array of json

```
protected $casts = [
        'nested' => 'json',
    ];
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Total

4

Last Release

679d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64f658ffd277170501f4b234f2b1f89c976b9b336cf75537ef347eb820a98b1b?d=identicon)[marotura](/maintainers/marotura)

---

Top Contributors

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

---

Tags

laravelselectmultiselectnovanested-multiselectmarotura

### Embed Badge

![Health badge](/badges/marotura-nested-multiselect/health.svg)

```
[![Health](https://phpackages.com/badges/marotura-nested-multiselect/health.svg)](https://phpackages.com/packages/marotura-nested-multiselect)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

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

A multiple select field for Laravel Nova.

3402.9M2](/packages/outl1ne-nova-multiselect-field)[ziffmedia/nova-select-plus

A Nova select field for simple and complex select inputs

96578.4k1](/packages/ziffmedia-nova-select-plus)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[optimistdigital/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45305.4k](/packages/optimistdigital-nova-multiselect-filter)

PHPackages © 2026

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