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 | b942762409c076ffc842af1d75b4c9b2d3949b53 (patch) | |
tree | 325e26cfd7bc9e3d32c5d5ae0e634bd7aa2ff2ec /scripts/updatecache.sh | |
parent | a40febdef922e0afb4d2c0134d3af056cdbf148c (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 |