Skip to content

Latest commit

 

History

History
executable file
·
21 lines (17 loc) · 712 Bytes

README.md

File metadata and controls

executable file
·
21 lines (17 loc) · 712 Bytes

Docker

Project essentials:

Make commands:

  • make up - start docker containers
  • make composer-install - install dependencies
  • make db-refresh - create db and insert fixtures
  • make token - get auth token and refresh token
  • make cbf - fix code style
  • make bash - login to PHP container
  • migrate-diff - create new migration

Project URLs