update: laravel 7

This commit is contained in:
tokumeikoi
2021-08-01 23:56:11 +09:00
parent 73a6d3236a
commit 7a80950ab5
28 changed files with 154 additions and 29 deletions

6
update_dev.sh Executable file
View File

@ -0,0 +1,6 @@
git fetch --all && git reset --hard origin/dev && git pull origin dev
rm -rf composer.lock
php composer.phar update -vvv
php artisan v2board:update
php artisan config:cache
pm2 restart pm2.yaml