aboutsummaryrefslogtreecommitdiff
path: root/scripts
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
commit03a53634a3d1ab87a636fc95ff10a10115f8b685 (patch)
tree325e26cfd7bc9e3d32c5d5ae0e634bd7aa2ff2ec /scripts
parentb9f2604bb5baacd3a2daef886acee6fba6029fd7 (diff)
Add cache update script
Diffstat (limited to 'scripts')
-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