Configuration
Configuration
- Introduction
- Accessing Configuration Values
- Environment Configuration
- Configuration Caching
- Maintenance Mode
Introduction
All of the configuration files for the Laravel framework are stored in the config
directory. Each option is documented, so feel free to look through the files and get familiar with the options available to you.
Accessing Configuration Values
You may easily access your configuration values using the global config
helper function from anywhere in your application. The configuratio