The most basic and simple PHP MVC framework
requirements
- PHP 7.4 or higher
getting started
clone the repo:
git clone [email protected]:celyes/simple-mvc.git
cd simple-mvc/
start the server:
php -S localhost:8080
navigate to http://localhost:8080