Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.18 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.18 KB

yii2-theme-devoops / Yii2 extension

Yii2 Admin theme modify from DevOOPS bootstrap 3 template

Installation

Install via composer:

  composer require "jucksearm/yii2-theme-devoops"

OR add this to your composer.json require section

  "jucksearm/yii2-theme-devoops": "*",

Install via zip:

download file https://github.com/jucksearm/yii2-theme-devoops/archive/master.zip

extract file to vendor folder as:

   vendor
   |- jucksearm
     |- yii2-theme-devoops
       | ......

How to use

Once the extension is installed, you can have a preview by reconfiguring the path mappings of the view component:

For Yii 2 Advanced Application Template or Basic Application Template

'components' => [
    'view' => [
         'theme' => [
             'pathMap' => [
                '@app/views' => '@vendor/jucksearm/yii2-theme-devoops/views'
             ],
         ],
    ],
],

Detailed description of all Components.

Detailed description of all widgets.