标签: laravel authentication
当我要在用户注册后登录该用户时,我使用以下代码:
Auth::login($user); Auth::check();
如果我删除第二行,则用户可以成功登录,但是如果添加第二行,则不能。