insolita/yii2-adminlte3-asset

AdminLTE3 asset

Maintainers

Package info

github.com/Insolita/yii2-adminlte3-asset

pkg:composer/insolita/yii2-adminlte3-asset

Statistics

Installs: 138

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 0

1.0.0 2019-12-20 17:51 UTC

This package is auto-updated.

Last update: 2026-02-21 23:37:27 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