Minimalistic custom framework created for educational purposes.
Related core package:https://packagist.org/packages/mh3yad/php-mvc-framework
- Download the archive or clone the project using git
- Create database schema
- Create
.envfile from.env.examplefile and adjust database parameters (including schema name) - Run
composer install - Go to the
publicfolder - Start php server by running command
php -S 127.0.0.1:8080 - Open in browser http://127.0.0.1:8080