> For the complete documentation index, see [llms.txt](https://docs.laracms.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.laracms.nl/architecture/app.md).

# 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
