Laravel Auth :: attempt()和Auth :: check()失败

时间:2014-03-31 03:17:11

标签: login laravel-4

我将逐行遵循本教程:http://scotch.io/tutorials/simple-and-easy-laravel-login-authentication

我通过身份验证,没问题。但是,当我刷新页面并使用Auth::check()时,它返回false,我没有登录!我如何登录?我尝试添加Auth::login(Auth::user(), true),这也没有帮助!

0 个答案:

没有答案