jlorente/yii2-locations
最新稳定版本:0.6.5
Composer 安装命令:
composer require jlorente/yii2-locations
包简介
A Yii2 extension that includes database tables, models and an admin module to store locations.
README 文档
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.
统计信息
- 总下载量: 96
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-14