2019-03-26 by Matt Allan
Original URL: https://mattallan.me/posts/how-php-environment-variables-actually-work/
Laravel, Symfony, and other modern PHP frameworks use environment variables to store security credentials and configuration that changes from one machine to the next.
The latest Laravel release made a small change to the way environment variables are loaded. This change ended up breaking third-party libraries and Laravel itself.