aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/updatecache.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/updatecache.bat b/scripts/updatecache.bat
new file mode 100644
index 0000000..0245663
--- /dev/null
+++ b/scripts/updatecache.bat
@@ -0,0 +1,6 @@
+@echo off
+php artisan config:cache
+php artisan route:cache
+php artisan view:cache
+php artisan event:cache
+php artisan cache:clear