nova-callbacks icon indicating copy to clipboard operation
nova-callbacks copied to clipboard

Add after-save callbacks to your Laravel Nova resources

Results 2 nova-callbacks issues
Sort by recently updated
recently updated
newest added

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...