From 4bc613399e5cd97a0e77605c6dd278431c97ca83 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 14 Sep 2017 10:57:52 +0100 Subject: [PATCH] =?UTF-8?q?optimize=20composer=E2=80=99s=20autoloader=20du?= =?UTF-8?q?ring=20deployment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 5d3b1931..276e4a9c 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -9,7 +9,7 @@ git pull echo "Updating composer and dependencies" sudo composer self-update -composer install --no-dev +composer install --no-dev --optimize-autoloader echo "Caching Laravel route and config files" php artisan route:cache