machour / yii2-adminlte-widgets
Yii2 AdminLTE widgets
Package info
github.com/machour/yii2-adminlte-widgets
Type:yii2-extension
pkg:composer/machour/yii2-adminlte-widgets
dev-master
2015-12-03 16:34 UTC
Requires
This package is auto-updated.
Last update: 2026-02-16 05:46:13 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(); ?>```