Use PHP to Create an MVC Framework – Full Course
By freeCodeCamp.org
Published: Oct 22, 2020
Learn how to use PHP to build an MVC framework from scratch.You will get an understanding of how frameworks are made. The framework you build is not production-ready.
During this project we will learn many things:
– How to work with file system
– How to work with databases
– How to use Abstraction in real projects
– How to implement custom routing
– How to install third party packages usin… [READ MORE]