Sunday, March 5, 2017

Inline Attachments in laravel notofication

I'm trying to embed an image in a laravel notification
I'm using laravel 5.4
accounting to the documentation laravel automatically makes the variable $message available within the template file, but I get a undefined variable error when trying to use it like this
<img src="" alt="Logo">
in the views/vendor/html/message.blade.php template file
Laravel notification docs



via phper

Advertisement