bukapeta / yii2-bukapetaex
Kumpulan alat bukapeta
dev-master
2015-04-30 09:55 UTC
Requires
- bower-asset/leaflet: 0.7.*@stable
- bower-asset/leaflet.draw: *
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2019-03-18 07:11:42 UTC
README
Kumpulan alat bukapeta
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist bukapeta/yii2-bukapetaex "*"
or add
"bukapeta/yii2-bukapetaex": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \bukapeta\ex\HelloWorld::widget(); ?>```