Skip to content

DevOOPS This is a free admin theme bootstrap 3 for Yii2 Framework.

License

Notifications You must be signed in to change notification settings

jucksearm/yii2-theme-devoops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

DevOOPS This is a free admin theme bootstrap 3 for Yii2 Framework.

Resources

License

Stars

Watchers

Forks

Packages

No packages published