Provides various interfaces to deal with routine location management tasks.
The preferred way to install this extension is through composer.
Either run
$ php composer.phar require humanized/yii2-location "dev-master"
or add
"humanized/yii2-location": "dev-master"
to the require section of your composer.json file.
Add following lines to the configuration file:
'modules' => [
'contact' => [
'class' => 'humanized\location\Module',
],
],$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-location/migrationsFollowing controller actions are supported for now:
Following console commands are supported for now:
Due before version 0.5