Closed
Description
- Laravel Version: 5.8.11
- PHP Version: 7.3.4
Description:
Email validation doesn't fail when email contains spaces:
"test @ example .com", but fails here "test@example. com".
This seems as big bug to me.
Steps To Reproduce:
Tinker:
$validator = \Validator::make(['email' => 'test @ example .com'], ['email' => 'email']);
$validator->fails(); // throws false
Metadata
Metadata
Assignees
Labels
No labels