gwa / gwacore-project-template

v0.0.1 2016-02-16 13:17 UTC

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