You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :)
The Registration and Login Page shows no error on wrong validation, instead gets reloaded.
The text was updated successfully, but these errors were encountered: