Is there a way to decouple validation from the form schema?
I'd like to be able to share validation between my filament form and elsewhere, but the validation seems to be quite tightly integrated with the Livewire page and Schema (via the
CanBeValidated trait).
Is there a way to use, for example, a standard Laravel Form Validation class, or even to specify the validation rules as an array instead?
I've dabbled with creating the Schema myself, but can't quite figure out how to do it.0 Replies