jlorente/yii2-locations

A Yii2 extension that includes database tables, models and an admin module to store locations.

0.6.5 2021-05-03 10:24 UTC

This package is auto-updated.

Last update: 2024-03-29 02:34:05 UTC


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.