# Directory Structure

TIP

Application directory structure

app 
  config 
  log  
  server  
  sql  
  vendor  
  web  

app - application root directory
app/config - TaskView configuration folder, contain folders associated with module configuration
app/log - TaskView application log
app/server - TaskView application code
app/sql - TaskView database scripts
app/vendor - composer autoloader
app/web - TaskView root folder for web server, contain frontend files and index.php