jlorente/yii2-locations

一个包含数据库表、模型和行政模块的Yii2扩展,用于存储位置。

安装: 94

依赖: 3

建议者: 0

安全性: 0

星星: 1

关注者: 2

分支: 1

开放问题: 0

类型:yii2-extension

0.6.5 2021-05-03 10:24 UTC

This package is auto-updated.

Last update: 2024-08-29 03:26:15 UTC


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。