ovidiupop/yii2-adminlte-widgets

yii2 adminlte widgets

Installs: 4

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/ovidiupop/yii2-adminlte-widgets

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

This package is auto-updated.

Last update: 2025-09-16 15:55:43 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(); ?>