Skip to content

muyuym/yii2-adminlte-widgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

yii2-adminlte-widgets

yii2 adminlte widgets

Installation

The preferred way to install this extension is through composer.

v1 for adminlte3

Either run

composer require --prefer-dist "hail812/yii2-adminlte-widgets=~1.0"

or add

"hail812/yii2-adminlte-widgets": "~1.0"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \hail812\adminlte\widgets\Alert::widget(); ?>