wah.moe/scripts/updatecache.bat

7 lines
130 B
Batchfile
Raw Normal View History

2024-07-09 00:47:36 +01:00
@echo off
php artisan config:cache
php artisan route:cache
php artisan view:cache
php artisan event:cache
php artisan cache:clear