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
  • Admin
  • Common
  • Front
  1. Architecture

Modules

PreviousConfigurationNextThemes

Last updated 2 years ago

Lara CMS consists of three main packages or modules:

Admin Common Front

Admin

The Admin module contains the complete backend of the CMS, and uses the route prefix /admin. It also includes the .

Common

The Common module contains all the components that are used by both the backend and the frontend. This includes the standard models and the standard Entity classes.

Front

The Front module contains all components that are used by the frontend. This includes controllers, service providers, routes, etc.

builder