Support the ongoing development of Laravel.io →
Requests Validation Mail
Last updated 1 year ago.
0

It looks like you're missing an apostrophe in front of as.

Route::get('register/verify/{confirmationCode}',[
   'as' => 'confirm', 'uses' => 'userRegistrationController@confirm'
]);
0

i still got same error

0

Hm...your controller should also accept the argument with the same name. Since you are accepting confirmationCode, your argument should be represented as $confirmationCode.

 public function confirm($confirmationCode)
0

Sign in to participate in this thread!

Eventy

Your banner here too?

lycans28 lycans28 Joined 24 May 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.