LaravelドキュメントのDeploymentsに書かれているコマンドを実行するスクリプト
This commit is contained in:
parent
5bb44ab232
commit
af4b60d6e1
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
|
Loading…
Reference in New Issue
Block a user