Renaming things

Can we rename things in Yii? Such as…

  1. Can we rename the assets folder to /files/

  2. Can we rename the theme folder to /template/

General things like this?

We want to try to keep things as close as possible to our current set up but migrate to Yii.

You can change almost everything, just provide needed values to proper components in config file.

  1. assetManager:

basePath - the root directory storing the published asset files.

baseUrl - the base url that the published asset files can be accessed.

  1. themeManager:

basePath - the base path for all themes.

baseUrl - the base URL for all themes.