We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi i have the follwing code in my artisan command.
$environment = new DotenvEditor(); $environment->changeEnv(['MOLLIE_ACTIVE' => 'true']); $this->info('Mollie is in onderhoud geplaatst.');
but it gives to follwing output when i run my command.
PHP Warning: putenv(): Invalid parameter syntax in C:\Users\Gebruiker\Downloads\Activisme.be\vendor\vlucas\phpdotenv\src \Loader.php on line 345
The text was updated successfully, but these errors were encountered:
Unfortunatelly this is a known bug/error. Right now it is only possible to save content without whitespace.
Sorry, something went wrong.
Merge pull request #53 from elegasoft/master
0ae9ecf
Resolves blank line in env error #42
No branches or pull requests
Hi i have the follwing code in my artisan command.
but it gives to follwing output when i run my command.
The text was updated successfully, but these errors were encountered: