Download the PHP package mmerlijn/nova-checkboxes-field without Composer
On this page you can find all versions of the php package mmerlijn/nova-checkboxes-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-checkboxes-field
Laravel Nova Checkboxes Field
install
Usage
config
You can customise how the values from checkbox fields are passed to your scripts. By default it's will cast all numeric keys to floats or integers, e.g. [1, 2, 3] instead of ["1", "2", "3"]. You can save disable this feature by calling withoutTypeCasting() to have the original array keys returned unmodified.
Example
Give permissions to user
Add to fields
Add to User model
Only for developing
Make changes after nova update
Credits to
All versions of nova-checkboxes-field with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.3|^8.0
The package mmerlijn/nova-checkboxes-field contains the following files
Loading the files please wait ....