hail812/yii2-adminlte-widgets

yii2 adminlte widgets

Installs: 168 389

Dependents: 3

Suggesters: 0

Security: 0

Stars: 9

Watchers: 1

Forks: 9

Type:yii2-extension

v1.0.5 2022-05-25 05:58 UTC

This package is auto-updated.

Last update: 2024-10-25 11:08:07 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 "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(); ?>