insolita/yii2-adminlte3-asset
AdminLTE3 asset
Maintainers
1.0.0
2019-12-20 17:51 UTC
Requires
- almasaeed2010/adminlte: ^3.0
- yiisoft/yii2-bootstrap4: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 948c0a1781e82263362013f92e287f491742806c
- insolita <webmaster100500.woop@ya.ru>
This package is auto-updated.
Last update: 2026-06-22 00:19:06 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
