Metro
Bookmark and Share

Download

Author
imehesz

Viewed
6,103

Downloaded
1,994

Score
32.67

Created
Thursday Oct 22, 2015

Updated
Thursday Oct 22, 2015

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]'
    ]
]

comments powered by Disqus