@hunhammer98 If you want to deploy to a production server without running composer install, then you’re going to need to install your Composer dependencies somewhere, and then copy those files along with your project to the production server.
May 11, 2021
2
Level 1
How to deploy an application on prod server without composer install
Hi all,
i would like to deploy a laravel application on a production server which is not connected to the public internet, and I would like to do the composer install on my test server, before moving it to production.
Could someone provide me with a list of rule of thumb, and how to + steps regarding this scenario?
Many thanks
Please or to participate in this conversation.