I originally thought it was a good idea to activate the email verification feature in Laravel but have decided not to use it in the end. However, for some reason, I now get an error message when I remove ['verify' => true]
from:
Auth::routes(['verify' => true]);
From what I can remember it's not activated anywhere else (also from reading the docs) but I must be wrong.
Anyway, some guidance would be much appreciated, have search high and low, doing the activation in reverse etc.
This is the error message I get when I remove ['verify' => true]
.