Dependencies & requirements
Updated June 22, 2026
Dependencies & requirements
Most Bakery scripts depend on your framework and a small number of common, free shared resources.
Load order matters
Resources start in the order they appear in server.cfg. Your framework and any shared libraries must start before the Bakery resource that uses them:
ensure es_extended # or qb-core / qbx_core
ensure oxmysql
ensure ox_lib
ensure bakery-garage
Common dependencies
- A framework — QBCore, Qbox or ESX (per the product's compatibility badges)
- oxmysql — database access (free, by Overextended)
- ox_lib — shared UI and utilities (free, by Overextended), when a product uses it
Each product page and its README list the exact dependencies. If a dependency is missing, the console will tell you which one on startup.
Still stuck? Our team is happy to help in Discord.
