Adding a configuration provider
Discover how configuration providers customize your app's settings, ensuring efficient and tailored functionality for every server request.
Extend and read public configurations
The public configuration is a set of configuration options that are available to any user of the application, they are accessible both from the client and the server.
Accessing current shop configuration
Explore how to access the shop's current configuration to adapt your application to the current context. It is exposed in the configuration `shop` keys.
Configure multiple stores
A single instance of Front-Commerce can handle several stores simultaneously. This guide explains how to configure a multi-store application.