https://github.com/solutionforest/filament-pill-select
https://github.com/solutionforest/filament-pill-select
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solutionforest/filament-pill-select
- Owner: solutionforest
- License: mit
- Created: 2023-12-06T03:55:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-04T06:19:23.000Z (8 months ago)
- Last Synced: 2025-09-07T07:33:06.890Z (5 months ago)
- Language: Blade
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# This is my package filament-pill-select
[](https://packagist.org/packages/solutionforest/filament-pill-select)
[](https://github.com/solutionforest/filament-pill-select/actions?query=workflow%3Arun-tests+branch%3Amain)
[](https://github.com/solutionforest/filament-pill-select/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[](https://packagist.org/packages/solutionforest/filament-pill-select)
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 solution-forest/filament-pill-select
```
You can publish the views using
```bash
php artisan vendor:publish --tag="filament-pill-select-views"
```
## Usage
```php
use SolutionForest\PillSelect\PillSelect;
public static function form(Form $form)
{
return $form
->schema([
PillSelect::make(),
]);
}
```
## Testing
```bash
composer test
```
## Changelog
See the [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
See [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
If you discover any security related issues, please email info+package@solutionforest.net instead of using the issue tracker.
## Credits
- [kelseylee](https://github.com/solutionforest)
- [All Contributors](../../contributors)
## License
Filament Tree is open-sourced software licensed under the [MIT license](LICENSE.md).
## About Solution Forest
[Solution Forest](https://solutionforest.com) Web development agency based in Hong Kong. We help customers to solve their problems. We Love Open Soruces.
We have built a collection of best-in-class products:
- [VantagoAds](https://vantagoads.com): A self manage Ads Server, Simplify Your Advertising Strategy.
- [GatherPro.events](https://gatherpro.events): A Event Photos management tools, Streamline Your Event Photos.
- [Website CMS Management](https://filamentphp.com/plugins/solution-forest-cms-website): Website CMS Management
