V
V
Voll.2017-11-05 16:12:18
Software Deployment
Voll., 2017-11-05 16:12:18

What's the best way to store Composer projects in the cloud?

Very often you have to store projects in the cloud storages Google Drive, Dropbox for raising in a local environment. But when projects are 5-10-20. Then during unpacking, cloud application customers go crazy. Hanging comp.
I thought about somehow adding the paths of the /vendor/* folder to ignore, but almost nowhere is this implemented. So the question arose: how do you solve this problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
D3lphi, 2017-11-05
@D3lphi

I thought about somehow adding the paths of the /vendor/* folder to ignore, but almost nowhere is this implemented. So the question arose: how do you solve this problem?

The vendor directory should always be ignored by source control. You don't store it in vcs. You have your project and 2 files: composer.json and composer.lock. When deploying a development environment, you simply run composer install.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question