cinghie / yii2-admin-lte
Asset Bundle to include AdminLTE on your Yii 2 project
Installs: 1 415
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 6
Type:yii2-extension
Requires
- almasaeed2010/adminlte: ^2.4.10
- cinghie/yii2-fontawesome: @dev
- cinghie/yii2-ionicons: @dev
- cinghie/yii2-traits: @dev
- yiisoft/yii2: ^2.0.15
README
Asset Bundle to include AdminLTE on your Yii 2 project: https://github.com/almasaeed2010/AdminLTE/
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require cinghie/yii2-admin-lte "^1.5.5"
or add this line to the require section of your composer.json
file.
"cinghie/yii2-admin-lte": "^1.5.5"
Configuration
Add in the view for normal CSS and JS
use cinghie\adminlte\AdminLTEAsset;
AdminLTEAsset::register($this);
Add in the view for minify CSS and JS
use cinghie\adminlte\AdminLTEMinifyAsset;
AdminLTEMinifyAsset::register($this);
Widgets Examples
Alert
Box
Content Header
Footer
Navbar Button
Navbar Logo
Navbar User
Sidebar Menu
Sidebar Search
Sidebar Toggle
Sidebar User
Simplebox