Skip to content

Commit 09cb90f

Browse files
authored
Merge pull request #4829 from mikew1/5.5
[5.7] Make it clear that /vendor/mail/markdown refers to the plain text version of emails
2 parents f26a20e + a90ffcf commit 09cb90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ You may export all of the Markdown mail components to your own application for c
411411

412412
php artisan vendor:publish --tag=laravel-mail
413413

414-
This command will publish the Markdown mail components to the `resources/views/vendor/mail` directory. The `mail` directory will contain a `html` and a `markdown` directory, each containing their respective representations of every available component. You are free to customize these components however you like.
414+
This command will publish the Markdown mail components to the `resources/views/vendor/mail` directory. The `mail` directory will contain a `html` and a `markdown` directory, each containing their respective representations of every available component. The components in the `html` directory are used to generate the HTML version of your email, and their counterparts in the `markdown` directory are used to generate the plain-text version. You are free to customize these components however you like.
415415

416416
#### Customizing The CSS
417417

0 commit comments

Comments
 (0)