insolita/yii2-adminlte3-asset

AdminLTE3 asset

Installs: 138

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 4

Open Issues: 0

pkg:composer/insolita/yii2-adminlte3-asset

1.0.0 2019-12-20 17:51 UTC

This package is auto-updated.

Last update: 2025-09-21 22:49:35 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