saghar / yii2-address-module
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/aminkt/yii2-address-module package instead.
address module
dev-master
2018-05-05 09:44 UTC
Requires
- aminkt/yii2-alert-widget: dev-master
- kartik-v/yii2-widget-select2: @dev
- pigochu/yii2-jquery-locationpicker: >=0.2.0
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2022-02-01 13:11:35 UTC
README
address module
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist saghar/yii2-address-module "*"
or add
"saghar/yii2-address-module": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \saghar\address\AutoloadExample::widget(); ?>```