Customize email verification route
How can i customize email verification route instead of slug only?
Solution:Jump to solution
create a custom EmailVerificationclass that extends the default one and pass it to the
->emailVerification(CustomEmailVerification::class)
2 Replies
Solution
create a custom EmailVerificationclass that extends the default one and pass it to the
->emailVerification(CustomEmailVerification::class)
Dive to the default class to see its methods to override them in the custom class