In some laravel the .env-file is heavily used to store the application configuration values. I am currently playing with a legacy project of mine and in a cronjob I am developing, I planned on testing out using .env to store information.
Question is: is there a "simple" way to use this .env file?