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