Reflect changes in post upgrade procedure

This commit is contained in:
2020-07-19 21:28:17 +02:00
parent e0ba86d48f
commit adc3deba18

View File

@@ -242,7 +242,7 @@ step_101_info() { echo "Recommended post update procedure"; }
step_101_alias() { ALIAS="postupdate"; }
step_101() {
exe cd $toolPath
exe composer install --no-ansi --no-interaction --no-progress --no-scripts --optimize-autoloader
exe composer install
exe php artisan config:cache
exe php artisan route:cache
exe php artisan view:cache