API APP DOCTOR
This commit is contained in:
@@ -6,5 +6,7 @@ return [
|
||||
'max' => [
|
||||
'file' => ':attribute max size is :max.',
|
||||
],
|
||||
'email' => 'Invalid email format.'
|
||||
];
|
||||
'email' => 'Invalid email format.',
|
||||
'regex' => 'The :attribute must contain at least one uppercase letter, one lowercase letter, and one numeric digit.',
|
||||
'min' => 'The :attribute must be at least 8 characters.'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user