Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 404 Bytes

#php-mvc-design

  • [clone this repo]
  • [create .env file]
  • [if you are on windows and using my sql database copy database config from .env_example file and paste it to .env file]
  • [run composer install ]
  • [run composer require dawit/mvc-core]
  • [finally to test the frame work navigate to public folder from terminal and run the following command]
  • [php -S localhost:8000]
  • [click ctrl +mouseclick ]