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: 2025-04-27 16:30:21 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(); ?>```