laravel-env-security
laravel-env-security copied to clipboard
Adding environment to function
I noticed an issue when using the edit command. When the env file does not exist it was defaulting to the default env file no matter what the $environment variable was set to in the edit command.
After adding the setEnvironment function this issue resolved.