What is the best way to organize directories for a PHP web development project?
What is the best way to organize directories for a PHP web development project?
You can choose a framework and usually when you create a project it will do the work for you, but a good boilerplate would be:
app/
styles/
scripts/
views/
home.html
etc...
assets/
fonts/
imagens/
config/