# migration **Repository Path**: netscript/migration ## Basic Information - **Project Name**: migration - **Description**: database-migration - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-21 - **Last Updated**: 2022-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # migration #### 介绍 database-migration #### 软件架构 项目依赖: 1. php7.2 (以上,包括7.2) 2. composer 作为项目依赖管理 3. phpunit 作用项目单元测试+接口测试 4. ^mysql5.6(^mariadb10.0) 4. laravel ^6.0 (框架底层) 8. git 版本管理工具 9. idea (推荐使用 phpstorm) #### 安装教程 1. 安装php运行环境 (注意要安装php对应版本扩展: php-redis,php-mysql,php-mongo) 请将php 安装目录 加入环境变量 (不同系统,请自行百度) 2. 下载代码 $ cd /your/project_dir # 到项目开发目录(按开发人员习惯,无法强制要求) $ git clone https://gitee.com/netscript/migration.git 3. 下载 composer composer 中国源: https://install.phpcomposer.com/composer.phar $ cd /your/project_dir/migration $ wget https://install.phpcomposer.com/composer.phar 4. 代码依赖初始 $ cd /your/project_dir/migration $ php composer.phar install #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feature_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 码云特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)