diskfloppy.me/scripts/updatecache.bat

7 lines
130 B
Batchfile
Raw Permalink Normal View History

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