Download the PHP package nysso/laravel-nova-field-dynamic-select without Composer
On this page you can find all versions of the php package nysso/laravel-nova-field-dynamic-select. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-nova-field-dynamic-select
Dynamic select field for Laravel Nova
-
Added support for Nova >= 2.0.1
- This field allows you to dynamically fill contents of a select based on values in other dynamic select fields.
Package forked from https://github.com/hubertnnn/laravel-nova-field-dynamic-select
Usage
Class have 2 special methods on top of default Select from Laravel Nova.
dependsOn
can take a list of other fields this one depends on.
options
can be either an array or a callable.
If its a callable, it will receive array with selected dependency values as
first argument and should return an array of items to be shown on the select field.
Example:
All versions of laravel-nova-field-dynamic-select with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package nysso/laravel-nova-field-dynamic-select contains the following files
Loading the files please wait ....