LaravelドキュメントのDeploymentsに書かれているコマンドを実行するスクリプト

This commit is contained in:
shibafu 2018-09-11 23:18:15 +09:00
parent 5bb44ab232
commit af4b60d6e1
1 changed files with 5 additions and 0 deletions

5
prepare.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
# https://laravel.com/docs/5.5/deployment
composer install --optimize-autoloader
php artisan config:cache