作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在使用 Laravel 的默认身份验证(php artisan make:auth)
但是由于将电子邮件字段更改为用户名字段对我们来说非常重要,因此我需要一些帮助。我已经尝试过试一试,但我无法弄清楚。
帮助会很好。
最佳答案
正如您在 Laravel 文档的“用户名自定义”段落中的 authentication quickstart 中看到的那样,您可以轻松自定义用户用于身份验证的数据:
By default, Laravel uses the email field for authentication. If you would like to customize this, you may define a username method on your LoginController :
public function username()
{
return 'username';
}
关于php - Laravel 问题 : How can I change the email field to username?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52591165/
我是一名优秀的程序员,十分优秀!