From d8b4286b8bcf2ea06c76aa03fd9539a979e68303 Mon Sep 17 00:00:00 2001 From: W <W> Date: Wed, 20 Feb 2019 21:57:45 +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 454353d..0a18dae 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", "php artisan optimize", "chmod -R 777 storage", "php artisan passport:keys" ] + "post-install-cmd": [ "php artisan clear-compiled" ] } } -- GitLab