Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 1.24 KB

README.md

File metadata and controls

73 lines (41 loc) · 1.24 KB

Yii2-Location - README

Yii2

Provides various interfaces to deal with routine location management tasks.

Features

Dependencies

Installation

Install Using Composer

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

Add following lines to the configuration file:

'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:

Command Line Interface (CLI)

Following console commands are supported for now:

REST Interface (API)

Due before version 0.5