From 25fa20bf5a4651c54a0579ddf21b9a069f9ecff0 Mon Sep 17 00:00:00 2001 From: farid Date: Fri, 26 Feb 2021 17:55:53 +0330 Subject: [PATCH] fix: add morphmap cache command in composer-prod.json file --- composer-prod.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer-prod.json b/composer-prod.json index 4b650b1..868ac38 100644 --- a/composer-prod.json +++ b/composer-prod.json @@ -78,6 +78,9 @@ ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" + ], + "post-create-morph-map-cache": [ + "@php artisan morphmap:cache" ] },