Directory Hierarchy

Draft

  • apps – websites and services; examples…
    • admin
    • api
    • website
  • bin – cli scripts
  • config – configuration files (to be reviewed and adjusted in future as needed)
  • var – temporary and transient files (configurable)
    • cache – cache files
    • log – log files
    • tmp – temporary files
  • vendor – composer installed dependencies
    • limeq – limeQ packages
      • lime – limeQ engine

Items to be Considered

  • Do we need better separation between the application(s) and the framework?
  • Will we be able to easily store log, cache, etc. files in another location?