@svenluijten The laravel framework we use does that, .env values are referenced in the `config/*.php` files which are basically KV arrays that are compiled and cached.

The opcache php extension requires one to restart php-fpm after editing the .env because it's cached so hard