ovidiupop/yii2-adminlte-widgets

yii2 adminlte widgets

v1.0.1 2023-12-16 12:23 UTC

This package is auto-updated.

Last update: 2024-04-16 13:12:05 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 "ovidiupop/yii2-adminlte-widgets=~1.0"

or add

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

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