factorenergia/yii2-adminlte3

Yii2-adminlte3 is a package for Yii2 that envelopes the very popular AdminLTE3 (Bootstrap4)

Maintainers

Package info

github.com/factorenergia/yii2-adminlte3

Type:yii2-extension

pkg:composer/factorenergia/yii2-adminlte3

Statistics

Installs: 108

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.7 2020-05-06 13:07 UTC

This package is auto-updated.

Last update: 2026-03-07 01:15:39 UTC


README

yii2-adminlte3 is a yii2 extension that makes use of the famous free template AdminLTE3 with Bootstrap4.

How to install

Install via composer with:

composer require factorenergia/yii2-adminlte3

How to use

On your main view, like Layout.php you must register the assets of this extension:

// Top of your view file, Layout is good because most of your app goes inside of it
factorenergia\adminlte3\assets\FontAwesomeAsset::register($this);
factorenergia\adminlte3\assets\BasicAsset::register($this);