N
N
noway2017-08-15 19:21:10
PHP
noway, 2017-08-15 19:21:10

A project with several modules. What is the best way to organize?

Hello!
There is a project that will consist of several modules that need to be spread across different git repositories
. What is the best way to organize? via git submodules which are known to be not very well supported or via composer dependencies (then it's not very clear what the project structure will look like)
or something else?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Khkystou, 2017-09-08
@Khkystou

I support. Everything is simple. The 'vendor' folder will contain all the packages that the project depends on. And in 'composer.json' just add everything else related to your project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question