We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c0731 commit 37fbd4dCopy full SHA for 37fbd4d
routes/web.php
@@ -31,6 +31,7 @@
31
Route::post('password/reset', 'ResetPasswordController@reset')->name('password.reset.post');
32
33
// Email address confirmation
34
+ Route::get('email-confirmation', 'EmailConfirmationController@send')->name('email.send_confirmation');
35
Route::get('email/verify/{id}', 'VerificationController@verify')->name('verification.verify');
36
Route::get('email/resend', 'VerificationController@resend')->name('verification.resend');
37
0 commit comments