Ok. I assumed that some composer files from the vendor/composer dir were needed as well so I just just copied the entire vendor directory over again then ran 'composer dump-autoload' and the problem seems to be resolved.
Nov 30, 2016
2
Level 4
Composer install on deployment server with no internet
I have an internal web app written using Laravel. The production has NO internet connection and will not. On initial deployment I had copied the vendor directory over from dev and ran composer dump-autoload to get things installed. That was some time ago. Now I need to add 'predis' to the production server. Copying the predis directory to the production vendor dir and running 'composer dump-autoload' does not work. So, how can I get Composer installs transferred to a server that has no internet connection? Dev environment has internet connection of course.
Using Windows 7/ WAMP Thanks
Please or to participate in this conversation.