diff --git a/composer.json b/composer.json index 27bbfaca..73b481b2 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,9 @@ "scripts": { "post-install-cmd": [ "CloudreveInstaller\\Installer::startInstall" + ], + "post-create-project-cmd" : [ + "CloudreveInstaller\\Installer::startInstall" ] } }