macklus / yii2-geoselect
Ajax widget to display country, province and location selects
Installs: 193
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 19:45:41 UTC
README
Ajax widget to display country, province and location selects
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist macklus/yii2-geoselect "*"
or add
"macklus/yii2-geoselect": "*"
to the require section of your composer.json
file.
Update database schema
The last thing you need to do is updating your database schema by applying the
migrations. Make sure that you have properly configured db
application component
and run the following command:
$ php yii migrate/up --migrationPath=@vendor/macklus/yii2-geoselect/migrations/