F
Filament2w ago
Jap

Customize email verification route

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

Did you find this page helpful?