PHPackages                             autumndev/nova-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. autumndev/nova-multiselect

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

autumndev/nova-multiselect
==========================

A Laravel Nova multiselect field.

v0.2.2.2(5y ago)0243MITVuePHP &gt;=7.1.0

Since Jun 11Pushed 5y agoCompare

[ Source](https://github.com/scott-davidjones/nova-multiselect)[ Packagist](https://packagist.org/packages/autumndev/nova-multiselect)[ RSS](/packages/autumndev-nova-multiselect/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (8)Used By (0)

MultiSelect
===========

[](#multiselect)

Install
-------

[](#install)

`composer require autumndev/nova-multiselect`

Description
-----------

[](#description)

Allows having a BelongsToMany relationship MultiSelect Form Field powered by Selectize. This field is hidden on the index page.

Usage
-----

[](#usage)

```
public function fields(Request $request)
{
    return [
        MultiSelect::make('Category', 'categories')->options(\App\Models\Category::get(['id', 'name']))->placeHolder('Select Categories')
        ->attachAdditionalRelationData(['type' => 'modes']),
    ];
}

```

### Methods

[](#methods)

MethodDescription`options($options)`Sets the options to use. May be a collection or array of Objects`placeHolder($text)`Sets the text to use as the palce holder`disabled($bool)`Sets whether or not the field is disabled`optionLabel($label)`Sets the attribute name to use for the option label (Default 'name')`optionValue($value)`Sets the attribute name to use for the option value (Default 'id')`attachAdditionalRelationData($array)`Sets additional data to be attached to the model in key value pairs

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~94 days

Total

6

Last Release

2015d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2fdae8757045573e236136afb10fc9cdfef8aade0c6c04e0a49a07aca6347164?d=identicon)[autumndev](/maintainers/autumndev)

---

Top Contributors

[![jedlynch](https://avatars.githubusercontent.com/u/34250080?v=4)](https://github.com/jedlynch "jedlynch (5 commits)")[![scott-davidjones](https://avatars.githubusercontent.com/u/547193?v=4)](https://github.com/scott-davidjones "scott-davidjones (4 commits)")[![denheck](https://avatars.githubusercontent.com/u/235116?v=4)](https://github.com/denheck "denheck (2 commits)")[![archangel2080](https://avatars.githubusercontent.com/u/9901932?v=4)](https://github.com/archangel2080 "archangel2080 (1 commits)")[![ralphschindler](https://avatars.githubusercontent.com/u/76674?v=4)](https://github.com/ralphschindler "ralphschindler (1 commits)")

---

Tags

laravelnovaselectize

### Embed Badge

![Health badge](/badges/autumndev-nova-multiselect/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[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)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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