Replies: 2 comments 5 replies
-
I tried to install chrome on a forge provisioned Ubuntu 20.4 server with the instructions from the documentation. It seems to work just fine. I think the package reuses the old puppeteer instance if an instance is running, but I'm not 100% sure. I wasn't able to use this package with laravel sail (yet). |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Loots-it Did you manage to use it with Sail or gave up? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
in the documentation you provide a way to install chrome on a forge provisioned Ubuntu 16.04 version. Will it also work on ubuntu 20.4?
I'm also wondering if this packages launches a new puppeteer instance on every pdf generation or reuses old instances? Because timing and memory usage is important to me. And if the same instance is reused I probably need a supervisor in case the instance crashes.
I have one last question regarding local development, what's the best way to install chrome for laravel sail?
If I find any of the answers myself I will comment on this discussion.
Beta Was this translation helpful? Give feedback.
All reactions