Is your feature request related to a problem? Please describe.
While using with laravel it takes .env by default. And does not honor APP_ENV set in bashrc too.
Describe the solution you'd like
easiest way is to honor APP_ENV set in .bashrc and pick env file based on that from the laravel folder
Describe alternatives you've considered
Copied my .env.local file and pasted it into .env and things started to work
Is your feature request related to a problem? Please describe.
While using with laravel it takes .env by default. And does not honor APP_ENV set in bashrc too.
Describe the solution you'd like
easiest way is to honor APP_ENV set in .bashrc and pick env file based on that from the laravel folder
Describe alternatives you've considered
Copied my .env.local file and pasted it into .env and things started to work