Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.
I am exploring some of the MVC frameworks and almost all frameworks recommend not to install the framework in the root folder but outside it. What is the exact risk of installing in the root folder ? Just a bit curious
If something is installed outside the root folder it cannot be accessed via the url
First, solve the problem. Then, write the code. “Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering When asking for assistance give as much information about the problem as possible