https://github.com/saade/filament-dual-listbox
Select and move items from one list to another.
https://github.com/saade/filament-dual-listbox
Last synced: 6 months ago
JSON representation
Select and move items from one list to another.
- Host: GitHub
- URL: https://github.com/saade/filament-dual-listbox
- Owner: saade
- License: mit
- Created: 2024-04-13T15:28:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T22:41:08.000Z (6 months ago)
- Last Synced: 2025-06-29T13:49:08.863Z (6 months ago)
- Language: PHP
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Select and move items from one list to another.
[](https://packagist.org/packages/saade/filament-dual-listbox)
[](https://github.com/saade/filament-dual-listbox/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/saade/filament-dual-listbox/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
[](https://packagist.org/packages/saade/filament-dual-listbox)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require saade/filament-dual-listbox
```
You can publish and run the migrations with:
```bash
php artisan vendor:publish --tag="filament-dual-listbox-migrations"
php artisan migrate
```
You can publish the config file with:
```bash
php artisan vendor:publish --tag="filament-dual-listbox-config"
```
Optionally, you can publish the views using
```bash
php artisan vendor:publish --tag="filament-dual-listbox-views"
```
This is the contents of the published config file:
```php
return [
];
```
## Usage
```php
$filamentDualListbox = new Saade\FilamentDualListbox();
echo $filamentDualListbox->echoPhrase('Hello, Saade!');
```
## Testing
```bash
composer test
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Saade](https://github.com/saade)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.