Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 342 Bytes

* Abandoned project *

Simple MVC framework (WIP)

The most basic and simple PHP MVC framework

requirements

  • PHP 7.4 or higher

getting started

clone the repo:

git clone git@github.com:celyes/simple-mvc.git
cd simple-mvc/

start the server:

php -S localhost:8080 

navigate to http://localhost:8080