# Application Structure

If you are familiar with Laravel, you won't have problems, because I don't like changing the default structure powered by the core team.

* The Root Directory
  * The `app` Directory
  * The `bootstrap` Directory
  * The `config` Directory
  * The `database` Directory
  * The `public` Directory
  * The `resources` Directory
  * The `routes` Directory
  * The `storage` Directory
  * The `tests` Directory
  * The `vendor` Directory
* The App Directory
  * The `Broadcasting` Directory
  * The `Console` Directory
  * The `Enums` Directory
  * The `Events` Directory
  * The `Exceptions` Directory
  * The `Http` Directory
  * The `Jobs` Directory
  * The `Listeners` Directory
  * The `Mail` Directory
  * The `Models` Directory
  * The `Notifications` Directory
  * The `Policies` Directory
  * The `Providers` Directory
  * The `Rules` Directory


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.launchstack.app/backend/application-structure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
