-
Notifications
You must be signed in to change notification settings - Fork 11.4k
The Email validation is not working correct !!! #28316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That is a valid email |
OK. I see. |
For those still having issues with this, use this 'email' => 'email:filter' which uses the filter_var() method under the hood to check if the email is valid. Refer to https://laravel.com/docs/5.8/validation#rule-email for other email validation types . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Steps To Reproduce:
The text was updated successfully, but these errors were encountered: