Add updatecache batch script

This commit is contained in:
floppydiskette 2024-07-09 00:47:36 +01:00
parent 862b563ef2
commit 8f4e5659bc
Signed by: fwoppydwisk
SSH key fingerprint: SHA256:Hqn452XQ1ETzUt/FthJu6+OFkS4NBxCv5VQSEvuk7CE

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