1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 11:22:42 +01:00

Add view:clear to upgrade script

This commit is contained in:
FreeScout 2018-09-27 01:34:56 -07:00
parent b93e12d15b
commit d12dcb7fbe

View File

@ -140,6 +140,7 @@ fi
printf "\nClearing cache:\n"
php artisan clear-compiled
php artisan cache:clear
php artisan view:clear
php artisan config:cache
#php artisan package:discover