ingjordannunez/yii2-adminlte-widgets

yii2 adminlte widgets

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 8

Type:yii2-extension

v1.0.3 2021-06-17 00:29 UTC

This package is auto-updated.

Last update: 2024-05-14 02:09:48 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(); ?>