gwa / gwacore-project-template
GWACore 项目模板
v0.0.1
2016-02-16 13:17 UTC
Requires
- filp/whoops: ~1.1
- gwa/gw-core: dev-v4-dev
- robmorgan/phinx: 0.4.*
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~4.8
This package is not auto-updated.
Last update: 2024-09-18 09:41:22 UTC
README
设置
使用 composer
创建项目骨架
composer create-project gwa/gwacore-project-template --stability=dev directory/
- 检查
app/config/
中的设置。 - 确保
app/_cache/
和app/_logs/
可写。
数据库迁移
迁移
./vendor/bin/phinx migrate -c app/config/phinx.php
Windows
vendor\bin\phinx migrate -c app/config/phinx.php
创建新的迁移
./vendor/bin/phinx create MigrationDescription -c app/config/phinx.php