aboutsummaryrefslogtreecommitdiff
path: root/scripts/updatecache.sh
diff options
context:
space:
mode:
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