I am trying to do email verification with mailtrap and laravel. I did it with official laravel documentation https://laravel.com/docs/9.x/verification. I did it step by step except for the two last steps which I currently don't need. I connected my .env with mailtrap and in MAIL_FROM_ADDRESS I used the same email adress as I have setup in mailtrap. I forgot to mention that I have registration and login setup with Auth and I didn't wrote them manually.
But when I tried to register, after filling the information needed in registration and clicking on registrate showed up error Route [verification.verify] not defined. I searched a lot and found this three articles: Verification email not sent for custom route get Route [verification.verify] not defined , https://laracasts.com/discuss/channels/laravel/message-route-verificationverify-not-defined , https://laracasts.com/discuss/channels/laravel/resolve-verificationverify-not-define
I think that the first two solutions should be included in documentation, which I implement and I don't understand the third one. Any suggestions?