10000 GitHub - mithun12000/adminUI: Yii2 admin ui based on AdminLTE free template which is founded on https://github.com/almasaeed2010/AdminLTE
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mithun12000/adminUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Yii2 admin ui based on AdminLTE free template which is founded on https://github.com/almasaeed2010/AdminLTE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
0