/auto_loading

Sample how to use auto load with slim php

Primary LanguagePHP

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