Add cache update script
This commit is contained in:
parent
b9f2604bb5
commit
03a53634a3
1 changed files with 4 additions and 0 deletions
4
scripts/updatecache.sh
Executable file
4
scripts/updatecache.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
php artisan config:cache
|
||||
php artisan route:cache
|
||||
php artisan view:cache
|
||||
php artisan event:cache
|
Loading…
Reference in a new issue