A Windows design inspired theme for Yii2
NOTE: this is just an empty shell-foundation for your Yii app!
Use the following syntax in web.php config file:
'view' => [ 'class' => 'yii\web\View', 'theme' => [ 'class' => 'yii\base\Theme', 'pathMap' => ['@app/views' => 'themes/[THEME_NAME]'], 'baseUrl' => 'themes/[THEME_NAME]' ] ]