Lara Dev Guide
User Guide (NL)
  • Welcome to Lara CMS 8
  • Overview
    • Meet Lara
    • Features
  • Get started
    • Prerequisites
    • Installation
    • Configuration
  • Architecture
    • Modules
    • Themes
    • App
    • Folder Structure
    • Entities
    • Widgets
  • Builder
    • Content Builder
    • Form Builder
    • Entity Groups
  • The entity
    • Introduction
    • Entity Groups
    • Structure
      • Tab: info
      • Tab: columns
      • Tab: object relations
      • Tab: filters
      • Tab: Panels
      • Tab: media
      • Tab: custom columns
  • Standard Entities
    • Page 1
  • Custom Entities
    • Page 2
  • Translations
    • Backend
    • Frontend
  • Versioning
    • Bitbucket
    • Satis
Powered by GitBook
On this page
  1. Architecture

App

The default folder for any Laravel app is usually the app folder in the project root (/app).

Lara CMS however uses the app folder directly below the modules folder.

/modules
    /app
        /Http
        /Lara
        /Models
        /Providers
        /Resopurces
        /Routes

When you create a new content type in the builder, the model, the entity class, and the controllers (frontend and backend) are created in this app folder.

This dedicated modules/app folder is namespaced as \Eve

PreviousThemesNextFolder Structure

Last updated 2 years ago