laravel-multiauth icon indicating copy to clipboard operation
laravel-multiauth copied to clipboard

Error Validation Message Not Working

Open UjalaJha opened this issue 6 years ago • 2 comments

The Registration and Login Page shows no error on wrong validation, instead gets reloaded.

UjalaJha avatar Jun 11 '18 11:06 UjalaJha

Yes. I have wrote that long time ago didn't notice. Thanks for letting me know I'll fix this at the earliest or I'd love to receive a PR.

imrealashu avatar Jun 11 '18 11:06 imrealashu

I have solved this error, Actually All routes in laravel 5.2 by defualt includes web middleware, if you check php artisan route:list for you, it will show 2 web middleware, simply remove the route file one and boom, it works :)

On Jun 11, 2018 17:29, "Ashish Singh" [email protected] wrote:

Yes. I have wrote that long time ago didn't notice. Thanks for letting me know I'll fix this at the earliest or I'd love to receive a PR.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/imrealashu/laravel-multiauth/issues/8#issuecomment-396218648, or mute the thread https://github.com/notifications/unsubscribe-auth/AeBjzF-ps5CBPLYoNwbkQzq3mORGebwJks5t7luSgaJpZM4Uij8s .

UjalaJha avatar Jun 11 '18 12:06 UjalaJha