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.
Please login to continue.