Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 244 Bytes

Setting Up Database Credentials

copy .env.example to .env with your specific environment variable values

Running Migrations

export $(cat .env | xargs) && ./vendor/bin/phinx migrate