laravel-dotenv-editor
laravel-dotenv-editor copied to clipboard
Error in package
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
Unfortunatelly this is a known bug/error. Right now it is only possible to save content without whitespace.