Modules

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 builder.

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.

Last updated