Email verification template
How do I change the default pre built email verification template design .
AdminPanelProvider.php
->emailVerification();
4 Replies
I think this is not in filament. Take a look. https://laravel.com/docs/11.x/verification#customization
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
Yes, it is working fine in my case, and I easily call my own blade . Thanks .
In the same way , I also want to call custom email template for the reset password .
https://laravel.com/docs/10.x/passwords#reset-email-customization
but in my case , the sendPasswordResetNotification method is not getting called . I follow the below document .
https://laraveldaily.com/post/laravel-breeze-user-name-auth-email-templates
and I want to use ->markdown(), template() or view method to call my custom blade template .
Kindly help me for this .
Laravel - The PHP Framework For Web Artisans
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.
having the same issue