Laravel - Configuration and Environment
You want to keep sensitive keys out of your
.env file and instead store them in server environment variables. How does Laravel prioritize environment variables?