laravel laravel 5.5 使用不同的 guard切换无法登陆 由jkloozx 2018年 5月 7日 将login从api切换到web后登录后跳转到登录界面 原来是因为User中重写了这个方法: public function getAuthIdentifier() { return $this->{$this->getAuthIdentifierName()}; } 重写就重写吧,关键是重写的方法里没写东西~~~???!!! 去掉这个方法后就好了