Skip to content

Exist uniqueness validation not handled by Jensseger #174

@naveedyasin

Description

@naveedyasin

I have a registration form with unique email validation, when i enter multiple duplicate emails it does not apply unique validation for email i have rules below, Note: i am using mongodb.
public static $rules = array(
'email' => 'required|email|unique:users'
);

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