spatie / mailcoach-support

Questions and support for Mailcoach
https://mailcoach.app
31 stars 2 forks source link

Customization of Frontend #180

Closed bluelupin closed 4 years ago

bluelupin commented 4 years ago

There should be some way to customize the header, footer, font, and color theme without editing the file in the vendor folder. It will make it consistent with the main Laravel application.

freekmurze commented 4 years ago

Run this command to publish all the views

php artisan vendor:publish --provider="Spatie\Mailcoach\MailcoachServiceProvider" --tag="mailcoach-views"

You can customise the published views to your liking.