Directory Structure Of A Web Application
Learn the meaning behind the common directories in most PHP projects.
We'll cover the following...
In this lesson, we’ll learn the directory structure of a typical web application in PHP. Our project will probably look slightly different because frameworks often enforce directory structure conventions. Still, we’ll have something similar to this because although different frameworks assume ...