Does Filament play well with laravel-data?
I'm looking at creating a form that doesn't tie directly to an Eloquent model. Instead, when the form is validated and submitted I manually create model(s).
I considered using
laravel-data
as the "model" for a Filament form for this. Is that a good path to take?3 Replies
I guess you can always override the create and edit methods on all the resources and you can do there whatever you want in there