Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

email verification laravel

Route::name('auth.resend_confirmation')->get('/register/confirm/resend', 'AuthRegisterController@resendConfirmation');

Route::name('auth.confirm')->get('/register/confirm/{confirmation_code}', 'AuthRegisterController@confirm');
Source by mailtrap.io #
 
PREVIOUS NEXT
Tagged: #email #verification #laravel
ADD COMMENT
Topic
Name
3+2 =