Hi,
I want to use a multi apps architecture who content a Phalcon Application and a Micro Application for my rest API. I want too than theses two apps use the same models folder. So I have to use this architecture right ? But I don't know if this example on your github still works, because there was no update since 2 years ago. And I don't want multiple models folder as entities/repositories/services because I don't know their value. I just want once models folder for my two apps.
So could you tell me if the multiple service layer model still works and if he is good for what I want to do ?
Thanks.