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

dev-master 2017-04-19 09:54 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:03:37 UTC


README

Ajax widget to display country, province and location selects

Latest Stable Version Latest Unstable Version License Total Downloads

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/

Usage