Download the PHP package upline/computed-field without Composer
On this page you can find all versions of the php package upline/computed-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 computed-field
Computed field
Add readonly field (only for display) to nova form, that is live reloading when source fields change.
Example
Explanation
->setSourceFields($fields)
method sets fields that will be watched for changes, and will be sent to compute the field value.
->setComputedFunction(...)
method sets a function that will be called to calculate a value of the field.
To be done
- Add image/video of component to readme
- Test on nova 4
- Add tests
- Add details and/or index view
- Discover ability to use laravel dynamic attributes functions
All versions of computed-field with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8
The package upline/computed-field contains the following files
Loading the files please wait ....