bukapeta / yii2-bukapeta-backend
Module untuk backend
dev-master
2015-04-30 09:56 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2019-03-12 05:22:11 UTC
README
Module untuk backend
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bukapeta/yii2-bukapeta-backend "*"
or add
"bukapeta/yii2-bukapeta-backend": "*"
to the require section of your composer.json
file
Usage
Once the extension is installed, simply use it in your code by :
<?= \bukapeta\backend\AutoloadExample::widget(); ?>```