yii2framework / yiiframe-adminlte3
Adminlte3 Background Administration framework resource file for YiiFrame
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
pkg:composer/yii2framework/yiiframe-adminlte3
Requires
- yiisoft/yii2: ~2.0.13
This package is auto-updated.
Last update: 2026-01-03 10:51:59 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', ]; }