alexscandal / yii2-address
Форма адреса с подгрузкой данных из БД
Package info
gitlab.com/Alexscandal/address
Type:yii2-extension
pkg:composer/alexscandal/yii2-address
0.1.0
2024-06-27 17:07 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-27 18:27:31 UTC
README
Форма адреса с подгрузкой данных из БД
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist alexscandal/yii2-address "*"
or add
"alexscandal/yii2-address": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \alexscandal\address\AutoloadExample::widget(); ?>```