Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 219 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 219 Bytes

simple-php-mvc

Simple php mvc framework to demonstrate how a mvc framework operates.

Dependencies

PHP should be set up in your local with PATH variable.

Run

php -s 127.0.0.1:8001 Or any other ports as you want.