File Structure

A guide to understanding how Cargo Pro is structured.

Cargo Pro System

Once downloaded, unzip the compressed install.zip folder and you'll see something like this:

  • CargoPro
    • app main folder
    • bootstrap
    • config
    • database
    • Modules
      • Acl
      • Blog
      • Cargo
      • Currncy
      • Localization
      • Menu
      • Pages
      • Payments
      • Users
    • public assets referenced
      • assets assets referenced in html pages
      • fonts
      • images
      • themes
      • vendor
      • import_shipment.csv
      • favicon.ico
      • mix-manifest.json
    • resources main pages view
    • routes
    • storage
    • tests
    • themes themes management
    • vendor
    • .DB_store
    • .editorconfig
    • .gitattributes
    • .gitignore
    • .env
    • .env.example
    • .htaccess
    • composer.json
    • composer.lock
    • index.php
    • package-lock.json
    • package.json
    • phpunit.xml
    • server.php
    • sitemap.xml
    • web.config
    • webpack.mix.js