Where is the template for password reset

Laraship QuestionsCategory: TechnicalWhere is the template for password reset
frank asked 5 years ago

Password reset email is not in notifcation templates. Where can i find the header and footer to change.

Attachments
1 Answers
laraship Staff answered 5 years ago

Hello,

This is laravel native template, in order to override it, first publish the notifications views

php artisan vendor:publish --tag=laravel-notifications

and you can then edit the template at

/resources/views/auth/emails/password.blade.php