Answer the question
In order to leave comments, you need to log in
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
Separate CMS into a separate repository. Connect via composer or git submodule.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question