php - Yii folder structure and global configuration for n applications -
i'm building folder structure , global configuration allow me create applications on yii framework applications share common codes, extensions or modules. the idea is, each application have business level application, but, can shared between applications, want use common repository (models, extensions, widgets, etc) for example, want share auth extension control system permission, want 'install' auth under common folder instead under each application. below, architecture build: i found yiiboilerplate similar, don'y configure yii in such way want to. the folder structure desire is: common/ css/ images/ protected/ commands/ components/ config/ controllers/ extensions/ models/ views/ application1/ css/ images/ protected/ commands/ components/ config/ controllers/ extensions/ models/ views/ so, let's ...