Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 386 Bytes

File metadata and controls

17 lines (11 loc) · 386 Bytes

PHP MVC

This is one project for studying the mvc from PHP

Dependency tools

  • docker
  • docker-compose
  • composer

how to run

  • install dependencies of backend using composer install in backend folder
  • run backend with using docker-compose up
  • run phinx to init table using vendor/bin/phinx migrate in backend folder
  • access localhost:8080