Name of the validation rule cannot contain capital letters but can be snake_cased. Like so:
'custom' => [
'myField' => [
'my_custome_validator' => 'You made an error.',
],
],
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community