gwa/gwacore-project-template
最新稳定版本:v0.0.1
Composer 安装命令:
composer require gwa/gwacore-project-template
包简介
A GWACore Project Template
README 文档
README
Setup
Create the project skeleton using composer:
composer create-project gwa/gwacore-project-template --stability=dev directory/
- Check settings in
app/config/. - Make sure that
app/_cache/andapp/_logs/are writable.
DB Migrations
Migrate
./vendor/bin/phinx migrate -c app/config/phinx.php
Windows:
vendor\bin\phinx migrate -c app/config/phinx.php
Create a new migration
./vendor/bin/phinx create MigrationDescription -c app/config/phinx.php
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2015-10-15