From e2ee09b37fb30039533dc4da5d72aad8bd81ae29 Mon Sep 17 00:00:00 2001
From: W <W>
Date: Wed, 20 Feb 2019 22:02:58 +0700
Subject: [PATCH] adding post-install-cmd

---
 composer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 3b3eefb..c9c3802 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"]
     }
 }
-- 
GitLab