Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 797 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 797 Bytes

Yii2 geo component

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