diff --git a/composer.json b/composer.json index 3b3eefb697309034549515f3b908699f8be0ab61..c9c3802d2639d5d915518459ffb65fc853a7c922 100644 --- a/composer.json +++ b/composer.json @@ -60,6 +60,6 @@ "post-create-project-cmd": [ "@php artisan key:generate --ansi" ], - "post-install-cmd": [ "php artisan clear-compiled", "chmod -R 777 storage", "php artisan passport:keys", "php artisan passport:install"] + "post-install-cmd": [ "php artisan clear-compiled", "chmod -R 777 storage", "php artisan passport:keys", "php artisan passport:install --force"] } }