Laravel 5.2 get Linux system environment variables

Viewed 4813

Is there a possibility to get some Linux system environment variables and still use the .env variables?

We want to use an auto-generated database password that's set as Linux environment variable but can't get Laravel to find the Linux system environment variables.

3 Answers
Related