Laravel 5.4^ - How to customize notification email layout?

前端 未结 8 929
生来不讨喜
生来不讨喜 2020-12-01 08:07

I am trying to customize the HTML email layout that is used when sending notifications via email.

I have published both the mail and notification views.

8条回答
  •  既然无缘
    2020-12-01 08:32

    Laravel 5.8

    I found email layout in file -> vendor/laravel/framework/src/Illuminate/Mail/resources/views/html/layout.blade.php.

    Like I don't use markdown to send my emails, i need of layout default of laravel (yes, because i want :)).

    What i did? I sent for me email for me of reset password, saved the email like html and then copied html to my editor and it ready to changes \o/.

提交回复
热议问题