How to make a rule "in" of a multiple select
I have the following code:
When I submit the form I get the error:
In Laravel, to validate an array, you use
When I submit the form I get the error:
The middlewares field is not in the list of allowed values.In Laravel, to validate an array, you use
middlewares.*, but I don't know how to do it in filament