elkhayder
elkhayder

Reputation: 97

Custom Laravel Registration Email

I have built an authentication system on laravel using Fortify, sadly the email templates is kinda boring so I want to change them. but I couldn't find where the template is located in their documentation. I would love to get some help.

Upvotes: 2

Views: 2768

Answers (1)

Ayoub Bousetta
Ayoub Bousetta

Reputation: 316

Fortify is using the default Laravel Notifications template that you can easily overwrite using your own Notifications.

Here is a clear and well explained video tutorial on How to Translate/Customize Laravel Auth Default Emails

Upvotes: 3

Related Questions