.env
File.env
file. This file defines environment variables and their value. To get started:.env.example
to .env
.env
.env
file should look something like this:app/config
. Here you have full control over each option and can even write full PHP code if desired. The application configs are broken up into separate files based on their use. Reference the individual config documentation for more information about individual application configuration options.app/config
may be overwritten if you copy/paste and replace all files.