LaravelドキュメントのDeploymentsに書かれているコマンドを実行するスクリプト
This commit is contained in:
5
prepare.sh
Executable file
5
prepare.sh
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# https://laravel.com/docs/5.5/deployment
|
||||||
|
composer install --optimize-autoloader
|
||||||
|
php artisan config:cache
|
||||||
Reference in New Issue
Block a user