I m using metronic laravel theme in that i have some email sending functions but it will use default email template into auth module i need to customize my all mail template how can i find the email template of verify email, forgot password, resend email, etc.
Hi Nipesh Raithatha
You can access the default email templates by using the following command:
php artisan vendor:publish --tag=laravel-mail
Hi,
You can copy and paste the email template code from these templates:
https://preview.keenthemes.com/metronic8/demo1/authentication/email/welcome-message.html
Regards.
but where i need to paste that code into laravel? because auth module's mail are default generated mail.