> For the complete documentation index, see [llms.txt](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gocomedyfunstoredocs.gitbook.io/gocomedyfun-store/scripts-free/package-fun/english/dependence.md).

# Dependence

Explanation of Dependencies

#### &#x20;  **Login Fun \[v1.0.2]**

***

#### 🔄 Supported Framework **: ESX, QBCORE, QBOX**

**🟩** ESX Installation

1. Download `es_extended` (version 1.13.4 Legacy  `import.lua`)
2. Place in `resources/[esx]/es_extended`
3. Add in `server.cfg` :

   ```cfg
   ensure es_extended
   ```

👉 [es\_extended – GitHub Officiel](https://github.com/esx-framework/es_extended)

🟦 QBCore Installation\
Download `qb-core` (version 1.3.0)\
Place in `resources/[qb]/qb-core`\
Add in `server.cfg` :

```plaintext
ensure qb-core
```

👉 [qb\_core – GitHub Officiel](https://github.com/qbcore-framework)

🟥 QBOX Installation\
Download `qbox-core` (version 1.23.0)\
Place in `resources/[qbox]/qbox-core`\
Add in `server.cfg` :

```plaintext
ensure qbox-core
```

👉  [qbox\_core – GitHub Officiel](https://github.com/Qbox-project/qbx_core)

***

***

#### &#x20;Summary of Dependencies

| Name           | Role               | Required for |
| -------------- | ------------------ | ------------ |
| `es_extended`  | Framework (ESX)    | ESX          |
| `qb-core`      | Framework (QBCore) | QBCORE       |
| `qbox-core`    | Framework (QBox)   | QBox         |
| `ox_inventory` | `Items`            | All          |
