LaravelドキュメントのDeploymentsに書かれているコマンドを実行するスクリプト
parent
5bb44ab232
commit
af4b60d6e1
@ -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