jobsrey / yii2-leaflet
Hanya Memanggil frame map
dev-master
2020-03-30 02:14 UTC
Requires
- npm-asset/leaflet: 0.7.7
- npm-asset/leaflet-draw: 1.0.4
- npm-asset/leaflet.fullscreen: 1.6.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-01 00:30:51 UTC
README
Hanya Memanggil frame map
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist jobsrey/yii2-leaflet "*"
or add
"jobsrey/yii2-leaflet": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \jobsrey\widgets\AutoloadExample::widget(); ?>```