From 8f4e5659bcc9995338df091dc69f60af872a166e Mon Sep 17 00:00:00 2001
From: floppydisk <git@diskfloppy.me>
Date: Tue, 9 Jul 2024 00:47:36 +0100
Subject: Add updatecache batch script

---
 scripts/updatecache.bat | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 scripts/updatecache.bat

(limited to 'scripts')

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
-- 
cgit v1.2.3-54-g00ecf