Laravel 10 – Getting the env returns the entire .env file
I have tried a few different ways to do this, but if I do env("APP_ENV") I get the entires contents of the env file instead of the APP_ENV value I know this is bad practice but I also get the…