Woops #2

Closed
RoscoeDaWah wants to merge 250 commits from redesign into master
Showing only changes of commit 8f4e5659bc - Show all commits

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