Docker/Style Issue #857
Unanswered
ABilenduke
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am have set up my laravel project using Docker. I have got browsershot to work BUT it is not using my style sheets and/or javascript.
I have a vue component in a blade file, I do View()->render() and retrieve the html. When I use this html to save a PDF, it just appears blank because the vue component wasn't rendered. This only happens locally but that is where I need to fix it. Without docker, this approach works like a charm.
Beta Was this translation helpful? Give feedback.
All reactions