hail812/yii2-adminlte-widgets

yii2 adminlte widgets

Installs: 127 234

Dependents: 2

Suggesters: 0

Security: 0

Stars: 8

Watchers: 1

Forks: 8

Type:yii2-extension

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

This package is auto-updated.

Last update: 2024-03-25 09:55:25 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(); ?>