时间:2021-07-01 10:21:17 帮助过:43人阅读
public function loginUsername(){ return property_exists($this, 'username') ? $this->username : 'email';}
这里做了判断 是否存在属性username 没有及用email.
所以想用用户名登陆的话,就直接改下AuthController.php 增加个username的属性就OK了。
protected $username = 'name';
视图里
原文:http://note.mango.im/article/26