I'm looking for a workflow that helps to work with functional modules in PHP Runner projects, so we can develop projects putting these modules together.
Let's have an address administration as part of a bigger project.
And on the other hand a products or articles administration as part of another project.
Is there a way to take these functions out of there projects and put them together to build a new third project?
All three projects are completely independent, with separate databases.
Thanks for help.