📜  电子邮件验证 laravel - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:39.056000             🧑  作者: Mango

代码示例6
Route::name('auth.resend_confirmation')->get('/register/confirm/resend', 'Auth\RegisterController@resendConfirmation');

Route::name('auth.confirm')->get('/register/confirm/{confirmation_code}', 'Auth\RegisterController@confirm');