alexscandal/yii2-address

Форма адреса с подгрузкой данных из БД

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:yii2-extension

0.1.0 2024-06-27 17:07 UTC

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(); ?>```