Download the PHP package energon7/nova-items-field without Composer
On this page you can find all versions of the php package energon7/nova-items-field. 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 nova-items-field
Nova Items Field
Laravel Nova array items field with sorting, validation & many display options
Installation
Usage
and be sure to cast the property as an array on your eloquent model
Validation
Use Laravel's built in array validation
Manually setting the attribute may be needed in some cases.
Array processing
Use the array to perform other actions by making an observer
Additional options
function | description | default |
---|---|---|
->max(number) |
limit number of items allowed | false |
->draggable() |
turn on drag/drop sorting | false |
->fullWidth() |
increase the width of field area | false |
->maxHeight(pixel) |
limit the height of the list | false |
->listFirst() |
move add new to the bottom | false |
->inputType(text) |
text, date, etc | "text" |
->placeholder($value) |
the new item input text | "Add a new item" |
->deleteButtonValue($value) |
value for delete button | "x" |
->createButtonValue($value) |
value for create button | "Add" |
->hideCreateButton() |
hide the "add" button | false |
All versions of nova-items-field with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package energon7/nova-items-field contains the following files
Loading the files please wait ....