I need to install puppeteer on a loadbalanced laravel app, do I create a hook or a quickcommand?
Is this a one-time install?
Iām sure you could get a hook to work to do the install during a deployment and then remove the hook afterwards. Quick Command could also work. Another option would be to use Quick Scripts and be sure to point to the project path to run install.
If the installation has prompts during install, may also SSH into the server to run the commands so you can navigate through them.
1 Like