yii2-adminlte3-asset

AdminLte3 asset for Bootstrap4

Downloads
136
Stars
7
Committers
2

AdminLTE 3 asset for Bootstrap4

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

Package Rankings
Top 17.96% on Packagist.org