From e2d27cc042adbecde1b6f1fc9002aeb20b1e04fe Mon Sep 17 00:00:00 2001
From: W <W>
Date: Sun, 24 Feb 2019 02:51:36 +0700
Subject: [PATCH] edit composer.json for heroku

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

diff --git a/composer.json b/composer.json
index c9c3802..302c18a 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 --force"]
+        "post-install-cmd": [ "php artisan clear-compiled", "chmod -R 777 storage","php artisan migrate:refresh --seed", "php artisan passport:keys", "php artisan passport:install --force"]
     }
 }
-- 
GitLab