Skip to content

Bug in the Email validator #143

@solventt

Description

@solventt

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions