Another developer and I are using the Netbeans plugin to generate our Yii apps, however, for each application we have to modify the default configurations to add a theme, enable gii and setup a database.
As a test I modified the default web app located in:
/framework/cli/views/webapp
… after making the changes and generating a new yii app, it worked perfectly.
So my question… is there a way to alter the default web app without having to modify the core files like I did.
We’re trying to avoid having to redo the modifications to core code when it’s updated for security and bug fixes.