nova-callbacks
nova-callbacks copied to clipboard
Add after-save callbacks to your Laravel Nova resources
Hi! If there's a Heading::make field in a resource, it becomes required while using nova-callbacks package. Actually, I modified (new static($model))->updateFieldsWithoutReadonly($request) to (new static($model)) ->updateFields($request) ->applyDependsOn($request) ->withoutReadonly($request) ->withoutUnfillable() and analogically...
There is also a `fillPivotForUpdate` method in nova which I haven't found a use case for it yet...