omny/yii2-geo-component

Yii2 geo component extension

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:TSQL

Type:yii2-extension

0.1.2 2020-01-03 11:27 UTC

This package is auto-updated.

Last update: 2024-05-29 04:41:14 UTC


README

Yii2 geo component extension

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist omny/yii2-geo-component "*"

or add

"omny/yii2-geo-component": "*"

for actual code and fixes:

"omny/yii2-geo-component": "dev-master"

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/omny/yii2-geo-component/src/migrations