Skip to content

10. Markdown email templates

Giannis Gasteratos edited this page Feb 28, 2019 · 2 revisions

Laravel publishes mail templates in views/vendor/mail/...

Themes can overide these templates by creating files inside their folder: THEME_FOLDER/vendor/mail/.... You should create the exact folder structure like the original templates paths (ie create html & text subfolders) in order to override a view in your theme.

You can even replace the original css file published by Laravel to create new styles.