jscdev / yii2-location-manager
Location manager for manage land, building, floor, room and sub room with 2d maps
dev-master
2020-05-10 04:45 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-06-10 16:33:49 UTC
README
Location manager for manage land, building, floor, room and sub room with 2d maps
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist jscdev/yii2-location-manager "*"
or add
"jscdev/yii2-location-manager": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \jscdev\LocationManager\AutoloadExample::widget(); ?>```