Hi to all!
I need to implement an application consisting of 3 parts:
1 - "server" (backend) console application
2 - "client" (frontend) console application
3 - "client" (frontend) web application
The server and the client applications are not indipendent because they use some common models.
What is the best directory structure? And so the best yii2 template?
Is the yii2-app-advanced the best way to start with? And if I use it, how can I handle the two different console application with the yii script?
Any other advice about the best structure to implement multiple console (sub-)applications?
Thanks.