2017 © Pedro PelĂĄez
 

yii2-extension yii2-location

Yii2 module which provides functionality to deal with location data in a sane way.

image

humanized/yii2-location

Yii2 module which provides functionality to deal with location data in a sane way.

  • Saturday, September 17, 2016
  • by jeffrey.geyssens
  • Repository
  • 1 Watchers
  • 0 Stars
  • 68 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2-Location - README

Yii2, (*1)

Provides various interfaces to deal with routine location management tasks., (*2)

Features

Dependencies

Installation

Install Using Composer

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 Module to Configuration

Add following lines to the configuration file:, (*7)

'modules' => [
    'contact' => [
        'class' => 'humanized\location\Module',
    ],
],

Run Migrations

$ php yii migrate/up --migrationPath=@vendor/humanized/yii2-location/migrations

Module Configuration Options

Global Configuration Options

Grid Configuration Options

CLI Configuration Options

RBAC Integration

Graphical User Interface (GUI)

Following controller actions are supported for now:, (*8)

Command Line Interface (CLI)

Following console commands are supported for now:, (*9)

REST Interface (API)

Due before version 0.5, (*10)

The Versions

17/09 2016

dev-master

9999999-dev

Yii2 module which provides functionality to deal with location data in a sane way.

  Sources   Download

GPL-3.0

The Requires

 

by Jeffrey Geyssens
by François-Xavier de Saint Pern

api yii2 form helper cli widget gui location