Download the PHP package nurmuhammet/dynamic-fields without Composer
On this page you can find all versions of the php package nurmuhammet/dynamic-fields. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nurmuhammet/dynamic-fields
More information about nurmuhammet/dynamic-fields
Files in nurmuhammet/dynamic-fields
Download nurmuhammet/dynamic-fields
More information about nurmuhammet/dynamic-fields
Files in nurmuhammet/dynamic-fields
Vendor nurmuhammet
Package dynamic-fields
Short Description Dynamic fields for laravel nova.
License MIT
Package dynamic-fields
Short Description Dynamic fields for laravel nova.
License MIT
Please rate this library. Is it a good library?
Informations about the package dynamic-fields
Nova Dynamic fields
Dynamic fields for nova. Will fill resource attributes with given name. Can be very useful even for the many to many relationships. Supports dependent fields.
Requirements
php: >=8.0
laravel/nova: ^4.0
Installation
Install the package in a Laravel Nova project via Composer:
Usage
If closure is passed, the array have to be returned by closure
Attribute | type | required | default |
---|---|---|---|
name |
string |
yes |
|
type |
string , valid input types: text , number , select |
yes |
|
label |
string , integer ... |
no |
name will be capitalized |
default |
string , integer ... |
no |
null |
options |
array , returned array must have label & value keys, example: [['label' => 'Field label', 'value' => 'field value'], ...] |
no |
null |
required |
bool |
no |
false |
placeholder |
string, integer ... |
no |
'' |
Fills all fields with names & values into one array
If you find my open-source library helpful, consider supporting it by buying me a coffee: Buy Me a Coffee. ☕
All versions of dynamic-fields with dependencies
PHP Build Version
Package Version
The package nurmuhammet/dynamic-fields contains the following files
Loading the files please wait ....