mithun12000/adminui Yii2 admin ui based on AdminLTE free template

themelayoutadminui

adminUI

Yii2 admin ui based on AdminLTE free template

Status

Its Under Development.

Installation

Using composer

"require": {
    ...other dependency...  
    "mithun12000/adminui":"*"
},

Add as extension. Code:


'adminUi' => 
  [
    'name' => 'adminUi',
    'version' => '1.0',
    'bootstrap' => 'yii\adminUi\AdminUiBootstrap',
    'alias' => 
    [
      '@yii/adminUi' => [EXTENSION_PATH] '/adminUi',
      '@vendor/adminUi/assets/' => [EXTENSION_PATH] '/adminUi/assets',
      '@app/themes/adminui' => [EXTENSION_PATH] '/adminUi/themes/',
    ],
  ],

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.0 is the latest of one release



MIT license
Stats
22 github stars & 19 github forks
0 downloads in the last day
0 downloads in the last 30 days
237 total downloads