Yii2 geo component extension
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.
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