Modules
Last updated
Last updated
Lara CMS consists of three main packages or modules:
The Admin module contains the complete backend of the CMS, and uses the route prefix /admin
. It also includes the .
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.
The Front module contains all components that are used by the frontend. This includes controllers, service providers, routes, etc.