insolita/yii2-adminlte3-asset

1.0.0 2019-12-20 17:51 UTC

This package is auto-updated.

Last update: 2024-03-21 18:48:55 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