Laravel Nova Release Notes
Field::computed()
methodcomputed
method that builds upon the previous computed fields feature. While computed fields have always been valuable for displaying additional resource information, they previously lacked a unique $attribute
identifier, which limited their use as dependent fields. This limitation has been resolved in Nova 5:
Field::immutable()
methodimmutable
method on a field, you can prevent users from modifying the field’s value while still allowing it to be submitted with the form.
You may also pass a boolean argument to the immutable
method to dynamically control whether a field should be immutable:
Select::options()
Repeater
fields are now displayed on the resource detail page