How to Translate/Customize Laravel Auth Default Emails

  Рет қаралды 26,294

Laravel Daily

Laravel Daily

Күн бұрын

Пікірлер: 40
@morrisondoll
@morrisondoll 2 жыл бұрын
It's a great video, in the documentation something similar is mentioned but it's not a explicit example. Thanks a lot!
@GavinHewitt
@GavinHewitt 4 жыл бұрын
Awesome! The docs are really unclear on this.
@bcmarcos03
@bcmarcos03 4 жыл бұрын
Thank you man! I was looking for other thing and you solved my issue with this !
@rasulali4690
@rasulali4690 4 жыл бұрын
Live long brother! Thank you
@mohamedfouadhanani
@mohamedfouadhanani Жыл бұрын
awesome tutorial thanks
@erikespinosa4523
@erikespinosa4523 4 жыл бұрын
Nice! Thank you so much! Greetings from Mexico City.
@juanvilla5622
@juanvilla5622 Жыл бұрын
¡¡¡You are god !!!. Gracias me salvaste la vida
@pavolmotyl3232
@pavolmotyl3232 2 жыл бұрын
Awesome tutorial! Clearly explained
@346ask
@346ask 3 жыл бұрын
Amazing tutorial 10/10.
@Maystro_eg
@Maystro_eg 2 жыл бұрын
Always you save the day
@saramartin73
@saramartin73 3 жыл бұрын
Ottimo video! Molto chiaro. Grazie 1000!
@franeklubi
@franeklubi 4 жыл бұрын
Dude! You're the greatest! Thank You! 😍
@craigvette9402
@craigvette9402 2 жыл бұрын
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?
@evil9946
@evil9946 4 жыл бұрын
Awesome! Thank you, Nice work
@samsungTv3883
@samsungTv3883 9 ай бұрын
We can extend ResetPassword in CustomResetPasswordNotification and override buildMailMessage function (not copy all the base class)
@victorrodriguez7705
@victorrodriguez7705 3 жыл бұрын
good information thanks
@richardbernisca1427
@richardbernisca1427 4 жыл бұрын
Thank you! Can you show how to use blade templates to replace the Auth Default Emails?
@danielrozadilla
@danielrozadilla 2 жыл бұрын
Thank you!
@upperlip
@upperlip 3 жыл бұрын
Does this also apply for Jetstream?
@narutoluffy20
@narutoluffy20 2 жыл бұрын
Thank you , I would like to know how to change " regards , laravel " at the end of the email
@igebruin3174
@igebruin3174 Жыл бұрын
Still no solution ?
@shayan9183
@shayan9183 3 жыл бұрын
How to change the host of the url as shown in your video
@chandlerzhao9069
@chandlerzhao9069 3 жыл бұрын
Yes this is cool! But I want to customize the page to our style, do you know how to do it?
@devsbuddy
@devsbuddy 2 жыл бұрын
You can use mailable for that and Laravel provides you option to publish all the styling for mail template you can customise it as you want and instead of using this method to send email use mailable so you can define your mailable file.
@kafriansyah5629
@kafriansyah5629 4 жыл бұрын
Amazing thank you
@TheModsRE4
@TheModsRE4 4 жыл бұрын
Amazin, thank you!
@parsatavana4086
@parsatavana4086 2 жыл бұрын
very good
@emekaokafor7645
@emekaokafor7645 7 ай бұрын
Your video saved me about 2 hours of researching
@Almeriafutbol
@Almeriafutbol 3 жыл бұрын
Thanks!
@mudikhan6203
@mudikhan6203 4 жыл бұрын
I got an error of "Error Class 'App\CustomResetpassword' not found" Any help?
@samuelsenne8497
@samuelsenne8497 4 жыл бұрын
Me too!
@Dominiclee12
@Dominiclee12 4 жыл бұрын
Try adding "use App\Notifications\CustomResetPasswordNotification;" to the User.php
@mauricio1020ful
@mauricio1020ful 3 жыл бұрын
muchas gracias!
@gatts6727
@gatts6727 4 жыл бұрын
Tks!
@seunoyebode
@seunoyebode 4 жыл бұрын
Thanks Povilas
4 жыл бұрын
CanResetPassword Trait not found in laravel8
@miguel7466953
@miguel7466953 3 жыл бұрын
me too
@user-fm2ii1su2g
@user-fm2ii1su2g 4 жыл бұрын
nice!
@rfwebmas5295
@rfwebmas5295 4 жыл бұрын
nice, thank you. What about multi language in custom error 404 blade? The last think what is no translate in my project
@PovilasKorop
@PovilasKorop 4 жыл бұрын
Sorry it's hard to comment without seeing how exactly you built that custom error 404 blade and multi-language, it's pretty individual situation, can't really have one solution that would "just work".
Laravel Security: Top 7 Mistakes Developers Make
11:16
Laravel Daily
Рет қаралды 89 М.
BIG News From Laracon EU 2025: My Opinions
14:15
Laravel Daily
Рет қаралды 8 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
Laravel Roles and Permissions: All CORE Things You Need To Know
16:32
Laravel Daily
Рет қаралды 230 М.
Enable Email Verification on Laravel Jetstream
9:17
Yelo Code
Рет қаралды 5 М.
Who would pay $120 for a Raspberry Pi?
9:31
Jeff Geerling
Рет қаралды 324 М.
Laravel adds a new email provider
11:34
Aaron Francis
Рет қаралды 14 М.
08 - Mail and Notifications
12:31
Laravel
Рет қаралды 61 М.
Laravel Eloquent: Deeper Relationships with One Query
10:37
Laravel Daily
Рет қаралды 147 М.
Should You Use a Notification or a Mailable?
12:48
Laravel
Рет қаралды 14 М.
Laravel: Create Public API with Cache and Rate Limits
12:18
Laravel Daily
Рет қаралды 47 М.
When she wants to share everything 😂 #shorts
0:47
Adam W
Рет қаралды 72 МЛН
Мы Сняли Радужных Друзей на новый iPhone 14 PRO !
24:18
Проверил, как вам?
0:59
Коннор
Рет қаралды 4,1 МЛН
LNS - Kind rich kids & Poor homeless 😢🥺😭 #shorts
0:59
Linh Nhi Shorts
Рет қаралды 8 МЛН
Батя и Дед😂#shorts
1:00
ВИКТОРОВИЧ
Рет қаралды 1,3 МЛН