-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
For example, there are validation rules for the email field: 'email' => 'required|string|email|unique:emails,email'
This way causes that only the message of the 'email' rule to be always shown whatever rule is triggered.
But if I change the validator name other than 'email' - the problem goes away, e.g.:
'other' => 'required|string|email|unique:emails,email'
jessor and michaelthedev
Metadata
Metadata
Assignees
Labels
No labels