From af4b60d6e1b243749acd2168cd9e74ce22e9568c Mon Sep 17 00:00:00 2001 From: shibafu Date: Tue, 11 Sep 2018 23:18:15 +0900 Subject: [PATCH] =?UTF-8?q?Laravel=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1?= =?UTF-8?q?=E3=83=B3=E3=83=88=E3=81=AEDeployments=E3=81=AB=E6=9B=B8?= =?UTF-8?q?=E3=81=8B=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E3=82=B3=E3=83=9E?= =?UTF-8?q?=E3=83=B3=E3=83=89=E3=82=92=E5=AE=9F=E8=A1=8C=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=B9=E3=82=AF=E3=83=AA=E3=83=97=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 prepare.sh diff --git a/prepare.sh b/prepare.sh new file mode 100755 index 0000000..f98e684 --- /dev/null +++ b/prepare.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +# https://laravel.com/docs/5.5/deployment +composer install --optimize-autoloader +php artisan config:cache \ No newline at end of file