标签: login laravel-4
我将逐行遵循本教程:http://scotch.io/tutorials/simple-and-easy-laravel-login-authentication
我通过身份验证,没问题。但是,当我刷新页面并使用Auth::check()时,它返回false,我没有登录!我如何登录?我尝试添加Auth::login(Auth::user(), true),这也没有帮助!
Auth::check()
Auth::login(Auth::user(), true)