factorenergia/yii2-adminlte3

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

1.0.7 2020-05-06 13:07 UTC

This package is auto-updated.

Last update: 2024-11-06 22:31:55 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);