diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-16 15:35:07 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-16 15:35:07 +0100 |
commit | 03a53634a3d1ab87a636fc95ff10a10115f8b685 (patch) | |
tree | 325e26cfd7bc9e3d32c5d5ae0e634bd7aa2ff2ec /scripts/updatecache.sh | |
parent | b9f2604bb5baacd3a2daef886acee6fba6029fd7 (diff) |
Add cache update script
Diffstat (limited to 'scripts/updatecache.sh')
-rwxr-xr-x | scripts/updatecache.sh | 4 |
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 |