gpt4 book ai didi

php - Laravel 问题 : How can I change the email field to username?

转载 作者:行者123 更新时间:2023-12-04 00:30:13 25 4
gpt4 key购买 nike

我目前正在使用 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com