byteshard/schema
最新稳定版本:v1.3.7
Composer 安装命令:
composer require byteshard/schema
包简介
byteShard PHP schema
README 文档
README
install byteShard schema
composer require byteshard/schema
Create/migrate database
Make sure your database connection is entered in the /config.php file in the root directory.
Then call ./vendor/bin/database to execute the migration.
Development
Clone repository, execute composer update. Due to the dev-dependency to byteshard/core and it's dependency back to this package, composer needs to know the current package version. This can be achieved by setting COMPOSER_ROOT_VERSION=$(git describe --tags --abbrev=0). In a docker environment the following command achieves the same: docker run --rm --interactive --tty --volume $PWD:/app --volume ~/.composer:/tmp -e COMPOSER_ROOT_VERSION=$(git describe --tags --abbrev=0) composer.
Contribution
Please read our Contribution Guide.
License
The license can be found here
统计信息
- 总下载量: 4.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2023-05-10