dev-master
9999999-devYii2 module which provides functionality to deal with location data in a sane way.
GPL-3.0
The Requires
by Jeffrey Geyssens
by François-Xavier de Saint Pern
api yii2 form helper cli widget gui location
Yii2 module which provides functionality to deal with location data in a sane way.
Provides various interfaces to deal with routine location management tasks., (*2)
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
$ php composer.phar require humanized/yii2-location "dev-master"
or add, (*5)
"humanized/yii2-location": "dev-master"
to the require
section of your composer.json
file., (*6)
Add following lines to the configuration file:, (*7)
'modules' => [ 'contact' => [ 'class' => 'humanized\location\Module', ], ],
$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-location/migrations
Following controller actions are supported for now:, (*8)
Following console commands are supported for now:, (*9)
Due before version 0.5, (*10)
Yii2 module which provides functionality to deal with location data in a sane way.
GPL-3.0
api yii2 form helper cli widget gui location