ketuker / yii2-peta
extension untuk menampilkan peta
dev-master
2015-01-06 11:27 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-24 16:21:03 UTC
README
extension untuk menampilkan peta
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ketuker/yii2-peta "*"
or add
"ketuker/yii2-peta": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \ketuker\peta\AutoloadExample::widget(); ?>```