I have created an edit form in my laravel application form which accepts an email address.
I have used Laravel validation on the server-side.
It is validating email address correctly when I pass email without @.
But the problem is when I remove .
(dot) from the email address, it accepts it as a valid email address.
Please provide suggestions why is it happening like that.