How to Translate/Customize Laravel Auth Default Emails

preview_player
Показать описание
Laravel Auth comes with emails like Reset Password and Verify Email. But it's not very clear on how to customize or translate them. This video will show you how.

Related links:

Рекомендации по теме
Комментарии
Автор

Awesome! The docs are really unclear on this.

GavinHewitt
Автор

Thank you man! I was looking for other thing and you solved my issue with this !

bcmarcos
Автор

It's a great video, in the documentation something similar is mentioned but it's not a explicit example.
Thanks a lot!

morrisondoll
Автор

Nice! Thank you so much! Greetings from Mexico City.

erikespinosa
Автор

Dude! You're the greatest! Thank You! 😍

franeklubi
Автор

Awesome tutorial, helped me a lot. One question though: how would I trigger the custom reset for user created by an Admin and still allow the "out of the box" reset for user request to reset their password?

craigvette
Автор

Ottimo video! Molto chiaro. Grazie 1000!

saramartin
Автор

Thank you! Can you show how to use blade templates to replace the Auth Default Emails?

richardbernisca
Автор

We can extend ResetPassword in and override buildMailMessage function (not copy all the base class)

samsungTv
Автор

¡¡¡You are god !!!. Gracias me salvaste la vida

juanvilla
Автор

How to change the host of the url as shown in your video

shayan
Автор

Your video saved me about 2 hours of researching

emekaokafor
Автор

Thank you, I would like to know how to change " regards, laravel " at the end of the email

narutoluffy
Автор

Yes this is cool! But I want to customize the page to our style, do you know how to do it?

chandlerzhao
Автор

I got an error of
"Error
Class 'App\CustomResetpassword' not found"
Any help?

mudikhan
Автор

nice, thank you. What about multi language in custom error 404 blade? The last think what is no translate in my project

rfwebmas
Автор

CanResetPassword Trait not found in laravel8