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: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.4
- almasaeed2010/adminlte: ~3.0
- yiisoft/yii2: >=2.0.14
- yiisoft/yii2-bootstrap4: ^2.0
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);