PHPackages                             simonmarcellinden/laravelmultiselect - 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. simonmarcellinden/laravelmultiselect

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

simonmarcellinden/laravelmultiselect
====================================

Multi Select Component with Vue

2.1.1(4y ago)010MITVue

Since Jun 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/SimonMarcelLinden/LaravelMultiSelect)[ Packagist](https://packagist.org/packages/simonmarcellinden/laravelmultiselect)[ Docs](https://github.com/simonmarcellinden/LaravelMultiSelect)[ RSS](/packages/simonmarcellinden-laravelmultiselect/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (10)Used By (0)

LaravelMultiSelect
==================

[](#laravelmultiselect)

[![Latest Version on Packagist](https://camo.githubusercontent.com/62af7a0ae6671039917560963da7bac08a055c2ab2228580a0702a4609a7f631/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696d6f6e6d617263656c6c696e64656e2f6c61726176656c6d756c746973656c6563742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/simonmarcellinden/laravelmultiselect)[![Total Downloads](https://camo.githubusercontent.com/e6b11d8432484677274bc15d0aa957935a1da54c908505c479d0a4c9556f8b9b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73696d6f6e6d617263656c6c696e64656e2f6c61726176656c6d756c746973656c6563742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/simonmarcellinden/laravelmultiselect)[![Build Status](https://camo.githubusercontent.com/5e53cdc4ad90bf37e716a44bbd733466b62e4d40d78732a5db9132814823f769/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73696d6f6e6d617263656c6c696e64656e2f6c61726176656c6d756c746973656c6563742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/simonmarcellinden/laravelmultiselect)

This is where your description should go. Take a look at [contributing.md](contributing.md) to see a to do list.

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

[](#installation)

Via Composer

```
$ composer require simonmarcellinden/laravelmultiselect
```

To install all required files run the follow command

```
$ php artisan multiSelect:install
```

### Laravel &lt;= 5.4

[](#laravel--54)

Once LaravelMultiSelect is installed you need to register the service provider with the application. Open up `config/app.php` and find the `providers` key.

Add the service provider to `config/app.php`

```
    SimonMarcelLinden\LaravelMultiSelect\LaravelMultiSelectServiceProvider::class,
```

Optionally include the Facade in config/app.php if you'd like.

```
    "LaravelMultiSelect" => "SimonMarcelLinden\LaravelMultiSelect\Facades\LaravelMultiSelect::class",
```

### Publish the configurations

[](#publish-the-configurations)

Run this on the command line from the root of your project:

```
$ no config needed

```

A configuration file will be publish to `config/scriptloader.php`.

Usage
-----

[](#usage)

Add the following code snippet to your view

```

```

Or use the following code snippet to pre selected labels

```

```

And define in your controller the labels for displaying

```

```

Change log
----------

[](#change-log)

Please see the [changelog](changelog.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for details and a todolist.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Simon Marcel Linden](https://github.com/simonmarcellinden)
- [All Contributors](../../contributors)

License
-------

[](#license)

MIT. Please see the [license file](license.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Total

9

Last Release

1796d ago

Major Versions

1.1.2 → 2.0.02021-06-07

### Community

Maintainers

![](https://www.gravatar.com/avatar/5a5f83b3ba700a92cc1b909d328038b958bffe2cf9011a2e789b1b9aea895212?d=identicon)[SimonMarcelLinden](/maintainers/SimonMarcelLinden)

---

Tags

laravelLaravelMultiSelect

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/simonmarcellinden-laravelmultiselect/health.svg)

```
[![Health](https://phpackages.com/badges/simonmarcellinden-laravelmultiselect/health.svg)](https://phpackages.com/packages/simonmarcellinden-laravelmultiselect)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M683](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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