Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save novasky-zz/d6b425fd938d1be65004208f7ff1485e to your computer and use it in GitHub Desktop.
Save novasky-zz/d6b425fd938d1be65004208f7ff1485e to your computer and use it in GitHub Desktop.
Laravel: Embed an image directly into your email template
// emails/has-image.blade.php
Here's that image we talked about sending:
<img src="{{ $message->embed(storage_path('embed.jpg')) }}">
Thanks!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment