diff --git a/app/Console/Commands/InitCommand.php b/app/Console/Commands/InitCommand.php index cf57a8a9..6db021c1 100644 --- a/app/Console/Commands/InitCommand.php +++ b/app/Console/Commands/InitCommand.php @@ -64,6 +64,7 @@ class InitCommand extends Command $this->maybeSeedDatabase(); $this->maybeSetMediaPath(); $this->maybeCompileFrontEndAssets(); + $this->dotenvEditor->save(); } catch (Throwable $e) { $this->logger->error($e);