Minimalistic custom MVC framework.
- Download the archive or clone the project using git
- Create
.env
file from.env.example
file and adjust database parameters - Run
composer install
- Go to the
public
folder - Start php server by running command
php -S 127.0.0.1:8080
- Open in browser http://127.0.0.1:8080