I am using ajax to login user. Here is the code but not working. Although the (Auth::attempt(['email...
yes auth middleware. but it should not redirect as i already logged in via ajax
RewriteEngine On RewriteRule ^(.*)$ public/$1 [L] use this in htaccess
http://laravel.io/bin/6LwBP Even Auth::check in ajax method return true. but on browser after gettin...
The Laravel portal for problem solving, knowledge sharing and community building.
The community