-
This works when rendering the view in the browser, but gives me the broken image icon when I generate a PDF:
I've tried hard-coding the path, I've tried using |
Beta Was this translation helpful? Give feedback.
Answered by
hyphen81
Oct 22, 2023
Replies: 1 comment 1 reply
-
in case anyone else runs into this, the answer was to base64 encode the image:
and then in my blade file:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hyphen81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in case anyone else runs into this, the answer was to base64 encode the image:
and then in my blade file: