datachand / php-mvc-framework

PHP MVC Framework

Home Page:https://www.youtube.com/playlist?list=PLLQuc_7jk__Uk_QnJMPndbdKECcTEwTA1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP MVC framework

Minimalistic custom framework created for educational purposes.

NOT READY FOR PRODUCTION


Installation

  1. Download the archive or clone the project using git
  2. Create .env file from .env.example file and adjust database parameters
  3. Run composer install
  4. Go to the public folder
  5. Start php server by running command php -S 127.0.0.1:8080
  6. 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.

About

PHP MVC Framework

https://www.youtube.com/playlist?list=PLLQuc_7jk__Uk_QnJMPndbdKECcTEwTA1


Languages

Language:PHP 90.1%Language:Hack 9.3%Language:Shell 0.6%