jlorente / yii2-locations
A Yii2 extension that includes database tables, models and an admin module to store locations.
Installs: 94
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:yii2-extension
Requires
- jlorente/yii2-google-maps-library: *
- kartik-v/yii2-widget-depdrop: ~1.0
README
A Yii2 extension that includes database tables, models and an admin module to store locations.
Installation
Include the package as dependency under the composer.json file.
To install, either run
$ php composer.phar require jlorente/yii2-locations "*"
or add
... "require": { // ... other configurations ... "jlorente/yii2-locations": "*" }
to the require
section of your composer.json
file and run the following
commands from your project directory.
$ composer update $ ./yii migrate --migrationPath=@vendor/jlorente/yii2-locations/src/migrations
Usage
In construction
License
Copyright © 2015 José Lorente Martín jose.lorente.martin@gmail.com.
Licensed under the MIT license. See LICENSE.txt for details.