diff --git a/src/Console/Commands/StarterKitInit.php b/src/Console/Commands/StarterKitInit.php index 28caf4a45a..cee48602ea 100644 --- a/src/Console/Commands/StarterKitInit.php +++ b/src/Console/Commands/StarterKitInit.php @@ -169,6 +169,8 @@ protected function createComposerJson(?string $package, ?string $name, ?string $ $contents = str_replace('A description of your starter kit', $description, $contents); } + // TODO: PSR-4 autoload `src`? Does dir have to exist first? + File::put($targetPath, $contents); return $this;