We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3961e commit fd5dc97Copy full SHA for fd5dc97
update.sh
@@ -15,7 +15,9 @@ php artisan down
15
php artisan clear
16
php artisan cache:clear
17
php artisan config:clear
18
+php artisan route:clear
19
php artisan view:clear
20
+php artisan optimize:clear
21
22
# Try taking pull, if dont work then prompt for stash
23
if git pull origin main; then
@@ -43,5 +45,6 @@ chmod -R 775 storage/* bootstrap/cache
43
45
chown -R $USER:www-data .
44
46
47
php artisan up
48
+php artisan optimize
49
50
echo "Success! Your application is now up-to-date."
0 commit comments