jobsrey / yii2-leaflet
Hanya Memanggil frame map
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
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: 2024-10-29 05:44:04 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(); ?>```