Add cache update script

This commit is contained in:
Roscoe 2023-07-16 15:35:07 +01:00
parent a40febdef9
commit b942762409

4
scripts/updatecache.sh Executable file
View file

@ -0,0 +1,4 @@
php artisan config:cache
php artisan route:cache
php artisan view:cache
php artisan event:cache