A
A
arsnake2017-04-04 17:50:30
Laravel
arsnake, 2017-04-04 17:50:30

How to implement parallel development of several projects based on one repository?

Hello.
We are developing our own CMS based on Laravel. Now the question has become about how to write another application on the basis of this CMS in parallel and continue to develop the CMS itself.
That is, you need to give the second project the opportunity to be updated from the c cms repository, while keeping your developments to yourself. As soon as we push the update to the cms repository, we immediately merge these changes into the second child project.
How to implement it correctly, what will be the opinions?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
egor_nullptr, 2017-04-04
@egor_nullptr

Separate CMS into a separate repository. Connect via composer or git submodule.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question