From 03a53634a3d1ab87a636fc95ff10a10115f8b685 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Sun, 16 Jul 2023 15:35:07 +0100 Subject: [PATCH] Add cache update script --- scripts/updatecache.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 scripts/updatecache.sh 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