factorenergia/yii2-adminlte3

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

Installs: 108

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

pkg:composer/factorenergia/yii2-adminlte3

1.0.7 2020-05-06 13:07 UTC

This package is auto-updated.

Last update: 2025-10-07 00:17:36 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);