machour/yii2-adminlte-widgets

Yii2 AdminLTE widgets

Installs: 5 805

Dependents: 1

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 2

Open Issues: 0

Type:yii2-extension

dev-master 2015-12-03 16:34 UTC

This package is auto-updated.

Last update: 2024-04-16 02:01:39 UTC


README

Yii2 AdminLTE widgets

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist machour/yii2-adminlte-widgets "*"

or add

"machour/yii2-adminlte-widgets": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \machour\adminlte\widgets\AutoloadExample::widget(); ?>```