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
laravel-data
as the "model" for a Filament form for this. Is that a good path to take?