Folder Structure

/   –   Root
├── admin/   –   Backend
│   ├── *.app/   –    Admin apps
│   └── *.widget/   –   Dashboard widgets
├── cache/   –    Cache Directory
├── data/   –    Data Storage
├── ext/   –    External/Extras/Vendor
│   ├── jquery/
│   └── ...
├── images/   –    Graphics
├── includes/   –   
│   ├── abstracts/   –     Class templates
│   ├── boxes/   –    Partials
│   ├── entities/   –    Entity Objects
│   ├── functions/   –    Defined functions called via lib_func.inc.php using functions::name()
│   ├── library/   –    System nodes and events
│   ├── modules/   –    Modules
│   ├── references/   –    Read-only factory model reference objects
│   ├── routes/   –    Route mapping
│   ├── templates/   –    HTML and Output
│   └── wrappers/   –    Wrappers, Service Layers, and Clients
├── install/   –    Installation wizard
├── logs/   –    Application logs
├── pages/   –    Documents
└── vqmod/   –    Modifcations
    ├── vqcache/
    └── xml/

Please note the folder structure is subject to change in LiteCart 3.0.0.

Revisions

Recently Edited Articles