Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

laravelmail/bring-joy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

Bring Joy

Email template for spreading holiday cheer and promoting products or services within the entertainment and marketing industries.

Thumbnail

Template Details

  • Industries: Entertainment, Marketing
  • Message Type: Marketing
  • Tags: christmas, joy, wonder

Files

  • index.html: The improved, localized, and branded HTML template.
  • template.blade.php: Ready-to-use Laravel Blade template with asset() helpers.
  • assets/: Directory containing localized images and styles used in the template.

Usage in Laravel

1. Store the Template

Place the index.html content in a Blade view (e.g., resources/views/emails/bring-joy.blade.php).

2. Handle Assets

Move the content of assets/ to your public directory (e.g., public/vendor/mail-templates/bring-joy/) and update the paths in the HTML to use the asset() helper.

3. Send Email

Mail::to($user)->send(new \App\Mail\GenericEmail([
 'view' => 'emails.bring-joy',
 'data' => [
 // Your dynamic data here
 ]
]));

Created with ❤️ by LaravelMail.com - Your source for professional email templates.

About

Email template for spreading holiday cheer and promoting products or services within the entertainment and marketing industries.... | View more at LaravelMail.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /