Replies: 1 comment 3 replies
-
I am having a similar issue and have not got to the bottom of it yet however when adding the CSS as a CDN it seems to work fine so it seems like its something to do with loading the css file... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our application we can send PDF's via e-mail. Today, I noticed that emails sent through my tinker session had no stylesheets applied to them. When I sent the exact same email from a browser session, it's OK.
So here's what I did to test it further:
Route::get
, pasting in the same code. This did show the stylesheets.Apparently something is different when I run a command/tinker vs. a browser session. I couldn't find anything in the docs or previous discussions. I am using the latest version.
Am I doing something wrong? Or can someone point me in the right direction to debug this further?
Beta Was this translation helpful? Give feedback.
All reactions