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-04-06 21:21:22 UTC


README

68747470733a2f2f7777772e666163746f72656e65726769612e636f6d2f77702d636f6e74656e742f7468656d65732f666163746f72656e65726769612f696d616765732f6c6f676f2e706e67

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);