jlorente / yii2-locations
一个包含数据库表、模型和行政模块的Yii2扩展,用于存储位置。
0.6.5
2021-05-03 10:24 UTC
Requires
- jlorente/yii2-google-maps-library: *
- kartik-v/yii2-widget-depdrop: ~1.0
README
一个包含数据库表、模型和行政模块的Yii2扩展,用于存储位置。
安装
在composer.json文件中将包作为依赖项包含。
要安装,请执行以下操作之一:
$ php composer.phar require jlorente/yii2-locations "*"
或
... "require": { // ... other configurations ... "jlorente/yii2-locations": "*" }
添加到您的composer.json
文件的require
部分,并从您的项目目录运行以下命令。
$ composer update $ ./yii migrate --migrationPath=@vendor/jlorente/yii2-locations/src/migrations
使用方法
建设中
许可证
版权所有 © 2015 José Lorente Martín jose.lorente.martin@gmail.com。
MIT许可证下许可。有关详细信息,请参阅LICENSE.txt。