In my Laravel 7.x application, I added some basic configuration to my .env file, eg: MY_SECRET_KEY=foo In my controller, I am attempting to read in the value via the following: Log::debug(“ENV[…
In my Laravel 7.x application, I added some basic configuration to my .env file, eg: MY_SECRET_KEY=foo In my controller, I am attempting to read in the value via the following: Log::debug(“ENV[…