Add updatecache batch script

This commit is contained in:
Roscoe 2024-07-09 00:47:36 +01:00
parent d9b84b39d2
commit de10ced0d2

6
scripts/updatecache.bat Normal file
View file

@ -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