PHPackages                             lucasgiovanny/filament-multiselect-two-sides - 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. lucasgiovanny/filament-multiselect-two-sides

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

lucasgiovanny/filament-multiselect-two-sides
============================================

This package is a Filament package that allows you to create a multiselect with two sides.

v2.1.2(2y ago)6881.2k↓44.7%8[1 issues](https://github.com/lucasgiovanny/filament-multiselect-two-sides/issues)[3 PRs](https://github.com/lucasgiovanny/filament-multiselect-two-sides/pulls)MITPHPPHP ^8.1

Since Feb 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/lucasgiovanny/filament-multiselect-two-sides)[ Packagist](https://packagist.org/packages/lucasgiovanny/filament-multiselect-two-sides)[ Docs](https://github.com/lucasgiovanny/filament-multiselect-two-sides)[ GitHub Sponsors](https://github.com/lucasgiovanny)[ RSS](/packages/lucasgiovanny-filament-multiselect-two-sides/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (10)Dependencies (13)Versions (16)Used By (0)

Filament Multiselect Two Sides
==============================

[](#filament-multiselect-two-sides)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5349d7cc9b4318384417dabeeca0d98a82eb5ffeab1614d2a64cd6a249cb07cd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c7563617367696f76616e6e792f66696c616d656e742d6d756c746973656c6563742d74776f2d73696465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lucasgiovanny/filament-multiselect-two-sides)[![Total Downloads](https://camo.githubusercontent.com/d9bdbc23337d944113c61c4b976d917de0f935718a6f7a80370e373440ff12f1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c7563617367696f76616e6e792f66696c616d656e742d6d756c746973656c6563742d74776f2d73696465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lucasgiovanny/filament-multiselect-two-sides)

This package is a Filament plugin that allows you to create a multiselect with two sides.

[![Filament Multiselector Two Sides](art/multiselect.png)](art/multiselect.png)

### Example

[](#example)

[![Example of plugin](art/animate.gif)](art/animate.gif)

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

[](#installation)

You can install the package via composer:

```
composer require lucasgiovanny/filament-multiselect-two-sides
```

Optionally, you can publish the translations:

```
php artisan vendor:publish --tag="filament-multiselect-two-sides-translations"
```

Usage
-----

[](#usage)

```
use LucasGiovanny\FilamentMultiselectTwoSides\Forms\Components\Fields\MultiselectTwoSides;

return $form
    ->schema([
        MultiselectTwoSides::make('roles')
            ->options([
                'admin'   => 'Admin',
                'manager' => 'Manager',
                'user'    => 'User',
            ]),
    ]);
```

### Setting labels

[](#setting-labels)

```
MultiselectTwoSides::make('roles')
    ->options([

        'admin'   => 'Admin',
        'manager' => 'Manager',
        'user'    => 'User',
    ]
    ])
    ->selectableLabel('Available Roles')
    ->selectedLabel('Selected Roles'),
```

### Enabling the search

[](#enabling-the-search)

By default, the search is disabled. To enable it, use the `enableSearch` method.

```
MultiselectTwoSides::make('roles')
    ->options([
        'admin'   => 'Admin',
        'manager' => 'Manager',
        'user'    => 'User',
    ])
    ->enableSearch(),
```

### Setting the default selected options

[](#setting-the-default-selected-options)

```
MultiselectTwoSides::make('roles')
    ->options([
        'admin'   => 'Admin',
        'manager' => 'Manager',
        'user'    => 'User',
    ])
    ->default(['admin', 'manager']),
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](./.github/SECURITY.md) on how to report security vulnerabilities.

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 73.9% 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 ~35 days

Recently: every ~0 days

Total

12

Last Release

842d ago

Major Versions

v1.1.2 → v2.0.02023-11-08

2.x-dev → v3.0.0-alpha2024-03-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/8487f2121d7a9d801d87e5d28efe83dea1549b6ba8e2fc6519edea6d66eaa31a?d=identicon)[lucasgiovanny](/maintainers/lucasgiovanny)

---

Top Contributors

[![lucasgiovanny](https://avatars.githubusercontent.com/u/4853801?v=4)](https://github.com/lucasgiovanny "lucasgiovanny (51 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (8 commits)")[![leoarkiteto](https://avatars.githubusercontent.com/u/49125461?v=4)](https://github.com/leoarkiteto "leoarkiteto (4 commits)")[![jwiegant](https://avatars.githubusercontent.com/u/3584267?v=4)](https://github.com/jwiegant "jwiegant (3 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")[![myxiaoao](https://avatars.githubusercontent.com/u/1223134?v=4)](https://github.com/myxiaoao "myxiaoao (1 commits)")[![schroeder-hesel](https://avatars.githubusercontent.com/u/107101263?v=4)](https://github.com/schroeder-hesel "schroeder-hesel (1 commits)")

---

Tags

laravellucasgiovannyfilament-multiselect-two-sides

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/lucasgiovanny-filament-multiselect-two-sides/health.svg)

```
[![Health](https://phpackages.com/badges/lucasgiovanny-filament-multiselect-two-sides/health.svg)](https://phpackages.com/packages/lucasgiovanny-filament-multiselect-two-sides)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34226.4k13](/packages/schmeits-filament-character-counter)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)

PHPackages © 2026

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