kilroyweb/options
Package Has Moved
Please instead use https://github.com/binarycabin/options
Options
Class-based select options for Laravel
Installation
Add to providers:
KilroyWeb\Options\Providers\OptionServiceProvider::class,
publish config:
php artisan vendor:publish --tag=config
Generate Permissions
php artisan make:option CLASSNAME
ie:
php artisan make:option County
Display the option
$field->options(\App\Options\County::get('---')) !!}
Related Packages
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
634,760,849
9,707
laravel/serializable-closure
Laravel Serializable Closure provides an easy and secure way to serialize closur...
408,553,772
609
nunomaduro/collision
Cli error handling for console/command-line PHP applications.
387,976,821
4,658