yii2framework / yiiframe-adminlte3
Adminlte3 Background Administration framework resource file for YiiFrame
Package info
github.com/yii2framework/yiiframe-adminlte3
Language:JavaScript
Type:yii2-extension
pkg:composer/yii2framework/yiiframe-adminlte3
1.0.0
2025-11-03 10:29 UTC
Requires
- yiisoft/yii2: ~2.0.13
This package is auto-updated.
Last update: 2026-03-31 11:24:46 UTC
README
Adminlte3 Background Administration framework resource file for YiiFrame.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yii2framework/yiiframe-adminlte3 "*"
or add
"yii2framework/yiiframe-adminlte3": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
class AppAsset extends AssetBundle { public $basePath = '@webroot'; public $baseUrl = '@web/resources'; public $css = [ ]; public $js = [ ]; public $depends = [ 'yii\web\YiiAsset', 'yii\bootstrap4\BootstrapAsset', 'yiiframe\adminlte3\AdminLetAsset', ]; }