igorkri/yii2-adminlte-widgets

yii2 adminlte widgets

1.0.2 2023-06-06 09:34 UTC

This package is auto-updated.

Last update: 2024-05-06 13:31:22 UTC


README

yii2 adminlte widgets

Installation

The preferred way to install this extension is through composer.

v1 for adminlte3

Either run

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

or add

"igorkri/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 :

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