Zum Inhalt springen
← Zurück zu den Projekten

Filament Pill Select

#This is my package filament-pill-select

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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:

composer require solution-forest/filament-pill-select

You can publish the views using

php artisan vendor:publish --tag="filament-pill-select-views"

#Usage

use SolutionForest\PillSelect\PillSelect;

public static function form(Form $form)
{
    return $form
        ->schema([
            PillSelect::make(),
        ]);
}

#Testing

composer test

#Changelog

See the CHANGELOG for more information on what has changed recently.

#Contributing

See CONTRIBUTING for details.

#Security Vulnerabilities

If you discover any security related issues, please email info+package@solutionforest.net instead of using the issue tracker.

#Credits

#License

Filament Tree is open-sourced software licensed under the MIT license.

#About Solution Forest

Solution Forest Web development agency based in Hong Kong. We help customers to solve their problems. We Love Open Sources.

We have built a collection of best-in-class products:

Neue Version verfügbar.