Add cache update script

This commit is contained in:
Frankie B 2023-07-16 15:35:07 +01:00
parent b9f2604bb5
commit 03a53634a3
No known key found for this signature in database

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