Yii2 AdminLTE widgets
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.
Once the extension is installed, simply use it in your code by :
<?= \machour\adminlte\widgets\AutoloadExample::widget(); ?>```