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