diff options
author | floppydisk <git@diskfloppy.me> | 2024-07-09 00:47:36 +0100 |
---|---|---|
committer | floppydisk <git@diskfloppy.me> | 2024-07-09 00:47:36 +0100 |
commit | de10ced0d2797b71f8a278a54c966bde279941b7 (patch) | |
tree | 2553a109ae1b012e1dbd3338ed118e5200b00f88 /scripts/updatecache.bat | |
parent | d9b84b39d2d634fc24ea7285ee56b8f59e5d1586 (diff) |
Add updatecache batch script
Diffstat (limited to 'scripts/updatecache.bat')
-rw-r--r-- | scripts/updatecache.bat | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/updatecache.bat b/scripts/updatecache.bat new file mode 100644 index 0000000..0245663 --- /dev/null +++ b/scripts/updatecache.bat @@ -0,0 +1,6 @@ +@echo off +php artisan config:cache +php artisan route:cache +php artisan view:cache +php artisan event:cache +php artisan cache:clear |