insolita / yii2-adminlte3-asset
AdminLTE3 asset
1.0.0
2019-12-20 17:51 UTC
Requires
- almasaeed2010/adminlte: ^3.0
- yiisoft/yii2-bootstrap4: ^1.0
This package is auto-updated.
Last update: 2024-10-21 20:05:52 UTC
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist insolita/yii2-adminlte-asset "~1.0.0"
or add
"insolita/yii2-adminlte-asset": "~1.0.0"
to the require section of your composer.json
file.
Usage
Just register AssetBundle in top of your layout
$this->registerAssetBundle(AdminLte3Asset::class);
See Layout Example