Download the PHP package nova-kit/nova-field-mixins without Composer
On this page you can find all versions of the php package nova-kit/nova-field-mixins. 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-field-mixins
Laravel Nova Field Mixins
Installation
To install through composer, run the following command from the terminal:
Usages
Laravel Nova Field Mixins are useful for applying a common set of configurations to a Field without repeating it. E.g:
By adding the following class App\Nova\Fields\Mixins\StandardDateTime
:
You can now write the above example as:
Available Mixin
Handle AsArrayobject
Cast
This package provides a default implement casting for AsArrayObject
.
You can also simplify this by using fromArrayObject
macro.
All versions of nova-field-mixins with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/support Version ^8.67 || ^9.0 || ^10.0 || ^11.0
laravel/nova Version ^4.14
illuminate/support Version ^8.67 || ^9.0 || ^10.0 || ^11.0
laravel/nova Version ^4.14
The package nova-kit/nova-field-mixins contains the following files
Loading the files please wait ....