Download the PHP package kilroyweb/options without Composer
On this page you can find all versions of the php package kilroyweb/options. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kilroyweb/options
More information about kilroyweb/options
Files in kilroyweb/options
Download kilroyweb/options
More information about kilroyweb/options
Files in kilroyweb/options
Vendor kilroyweb
Package options
Short Description Class-based select options for Laravel
License MIT
Package options
Short Description Class-based select options for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package 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('---')) !!}
All versions of options with dependencies
PHP Build Version
Package Version
No informations.
The package kilroyweb/options contains the following files
Loading the files please wait ....