Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 996 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 996 Bytes

Yii2 Geo Module

Latest Stable Version Total Downloads Latest Unstable Version License

GEO Module for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist nullref/yii2-geo "*"

or add

"nullref/yii2-geo": "*"

to the require section of your composer.json file.

Using with yii2-admin module

You can use this module with Yii2 Admin module.