Minimalistic custom framework created for educational purposes.
The framework is not well tested on production. If you use it on production you use it on your own risk.
Related core package: https://github.com/thecodeholic/tc-php-mvc-core
- 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 - Run migrations by executing
php migrations.phpfrom the project root directory - 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
The project was created along with Youtube Video Series "Build PHP MVC Framework". I appreaciate if you share it.