gpt4 book ai didi

php - 如何从自定义路由的 Laravel 5.7 发送电子邮件验证电子邮件

转载 作者:可可西里 更新时间:2023-10-31 23:44:42 27 4
gpt4 key购买 nike

我需要从我的路线发送事件链接

 Route::get('user/{user}/settings', 'UserController@settings');

我试过了,但是它转到了主页

     <a href="{{ route('verification.resend') }}">{{ __('click here to request another') }}</a>

最佳答案

Laravel 包含 Auth\VerificationController 类,该类包含发送验证链接和验证电子邮件的必要逻辑。要为此 Controller 注册必要的路由,请将验证选项传递给 Auth::routes 方法:

Auth::routes(['verify' => true]);

(来自https://laravel.com/docs/5.7/verification)

关于php - 如何从自定义路由的 Laravel 5.7 发送电子邮件验证电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53987533/

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