fix: clear and re-create caches

This commit is contained in:
hackerESQ
2025-07-11 21:42:11 -05:00
parent e370f5bbb7
commit 1fd858287d
+8
View File
@@ -73,7 +73,15 @@ done
echo -e "\n====================== Cleaning up... ====================== \n"
# Clear caches
echo $(php artisan cache:clear)
echo $(php artisan view:clear)
echo $(php artisan route:clear)
echo $(php artisan event:clear)
# Re-create caches
echo $(php artisan route:cache)
echo $(php artisan event:cache)
echo -e "\n====================== Spinning up Supervisor daemon... ====================== \n"