cinghie / yii2-adminlte3
Asset Bundle to include AdminLTE 3 on your Yii 2 project
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
pkg:composer/cinghie/yii2-adminlte3
Requires
- almasaeed2010/adminlte: ^3.0.0
- cinghie/yii2-fontawesome: ^1.4.4
- cinghie/yii2-iconpicker: @dev
- cinghie/yii2-ionicons: @dev
- cinghie/yii2-traits: @dev
- yiisoft/yii2: ~2.0.14
This package is auto-updated.
Last update: 2025-10-18 14:48:15 UTC
README
Asset Bundle to include AdminLTE 3 on your Yii 2 project: https://github.com/ColorlibHQ/AdminLTE/tree/v3/
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require cinghie/yii2-adminlte3 "@dev"
or add this line to the require section of your composer.json
file.
"cinghie/yii2-adminlte3": "@dev"
Configuration
Add in the view for normal CSS and JS
use cinghie\adminlte3\AdminLTEAsset;
AdminLTEAsset::register($this);
Add in the view for minify CSS and JS
use cinghie\adminlte3\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