the default path of the modules folder in yii framework is like this
Yii project -> protected -> modules
but i need to move "modules" folders outside the Yii project, so the new path should be like this
Yii project -> protected
modules (this folder is outside yii project)
how can i achieve this?