I'm working with Yii Framework 2. How can I create an app with one backend and two front ends?
For example:
- Backend for Admins and Moderators (url: admin.example.com)
- Frontend app for Publishers (url: publisher.example.com)
- Frontend app for Advertisers (url: advertiser.example.com)
All apps should have a common db, models and 3 different layouts. I found a Yii2 advanced template where are only two: frontend and backend.