What is the best way to organize a directory for a web project? [closed]

3

What is the best way to organize directories for a PHP web development project?

    
asked by anonymous 10.06.2015 / 00:24

1 answer

0

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/
    
10.06.2015 / 01:12