Folder Structure
All modules, components, themes are located in the /laracms folder in the root of the Laravel app.
Directly below the laracms folder you will find:
an app directory, with all the custom files for your project
a core directory, with the three core modules
a themes directory, with all the themes
Namespaces
The core modules are namespaced as:
\Lara\Admin
\Lara\Common
\Lara\Front
The laracms/app folder is namespaced as:
\Eve
Last updated