Skip to content

PHPMT/auto_loading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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