I am trying multi-auth with laravel 5.4 for uploading to real server i pulled out index.php and .htaccess on root and it works fine on server (here : live on server) after that when im trying it on my ubuntu localhost it shows
"TokenMismatchException in VerifyCsrfToken.php line 68:"
while i am trying login and the login page become blank after several trying. but it works fine on server. I also checked there are "" is correctly placed inside both form (admin and general user). Cant understand whats wrong with it.
via alright