Appearance
Config module overview
We use Laravel Configuration to store some of our application's configuration variables that can’t be changed in runtime (API keys, email signatures, etc.).
Apart from that, we use the anlutro/l4-settings package. This is used to store variables that can be changed in runtime, e.g. default payment gateways.