gwa/gwacore-project-template

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

This package is not auto-updated.

Last update: 2024-04-17 07:45:31 UTC


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/ and app/_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