aboutsummaryrefslogtreecommitdiff
path: root/scripts/updatecache.sh
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-16 15:35:07 +0100
committerFrankie B <git@diskfloppy.me>2023-07-16 15:35:07 +0100
commitb942762409c076ffc842af1d75b4c9b2d3949b53 (patch)
tree325e26cfd7bc9e3d32c5d5ae0e634bd7aa2ff2ec /scripts/updatecache.sh
parenta40febdef922e0afb4d2c0134d3af056cdbf148c (diff)
Add cache update script
Diffstat (limited to 'scripts/updatecache.sh')
-rwxr-xr-xscripts/updatecache.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/updatecache.sh b/scripts/updatecache.sh
new file mode 100755
index 0000000..53dad65
--- /dev/null
+++ b/scripts/updatecache.sh
@@ -0,0 +1,4 @@
+php artisan config:cache
+php artisan route:cache
+php artisan view:cache
+php artisan event:cache