cms icon indicating copy to clipboard operation
cms copied to clipboard

Route [guard.verification.notice] not defined.

Open SaRan111997 opened this issue 5 years ago • 4 comments

Email Verification Not Working. While Login And Register This Message Shows "Route [guard.verification.notice] not defined"

SaRan111997 avatar Nov 19 '19 12:11 SaRan111997

Same here.. Is there any solution?

huszerldani avatar Dec 08 '19 23:12 huszerldani

I had replaced in blade file something like below

{{ URL::route('guard.verification.resend',['guard'=>'client']) }}

ionwebs avatar Mar 11 '20 08:03 ionwebs

Same here ..

free4myself avatar Apr 26 '20 23:04 free4myself

Hi, I have found the solution. Go to /public/themes/client/views/auth/verify.blade.php

Change this line <a href="{{ route('verification.resend') }}"> To this line, how @ionwebs said. it should work. <a href="{{ URL::route('guard.verification.resend',['guard'=>'client']) }}">

raphaelbarbosaqwerty avatar Jul 24 '20 00:07 raphaelbarbosaqwerty