diff --git a/composer.json b/composer.json index 49ea1c3e..dabe34dc 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ ], "post-create-project-cmd": [ "php artisan key:generate", - "php artisan jwt:secret" + "php artisan jwt:secret -f" ], "post-install-cmd": [ "Illuminate\\Foundation\\ComposerScripts::postInstall",