Documentation

File Structure

Here is the general file structure of the template:

    app
    • Config
    • Controllers
    • Database
      • Migrations
      • Seeds
    • Filters
    • Helpers
    • Languages
    • Libraries
    • Models
    • ThirdParty
    • Views
  • gulp
  • node_modules
  • public

module

module folder structure in assets folder.

    app
    • Config
    • Controllers
    • Database
      • Migrations
      • Seeds
    • Filters
    • Helpers
    • Languages
    • Libraries
    • Models
    • ThirdParty
    • Views
  • gulp
  • node_modules
  • public
    • assets
      • images
        • landing-pages
          • blog
            • all images regarding given module
          • home-1
            • all images regarding given module
          • home-2
            • all images regarding given module
          • home-3
            • all images regarding given module
          • home-4
            • all images regarding given module
          • home-5
            • all images regarding given module
          • shop
            • all images regarding given module
      • scss
        • landing-pages
          • components
            • app-landing
              • all scss regarding given module
            • ecommerce-landing
              • all scss regarding given module
            • sass-landing
              • all scss regarding given module
            • shop
              • all scss regarding given module
            • software-landing
              • all scss regarding given module
            • startup-landing
              • all scss regarding given module

File Structure

Here is the general file structure of the template:

    app
    • Config
    • Controllers
    • Database
      • Migrations
      • Seeds
    • Filters
    • Helpers
    • Languages
    • Libraries
    • Models
    • ThirdParty
    • Views
      • landing-pages
        • components
          • partials
            • all pages regarding give module
          • widgets
            • all pages regarding give module
        • layout
          • all pages regarding give module
        • pages
          • all pages regarding give module
  • gulp
  • node_modules
  • public