Yii2 Admin theme modify from DevOOPS bootstrap 3 template
composer require "jucksearm/yii2-theme-devoops"
OR add this to your composer.json require section
"jucksearm/yii2-theme-devoops": "*",
download file https://github.com/jucksearm/yii2-theme-devoops/archive/master.zip
extract file to vendor
folder as:
vendor
|- jucksearm
|- yii2-theme-devoops
| ......
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.