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

Last updated