May 29, 2017
0
Level 11
Have to constantly manually run php artisan view:clear to get views to update
I am developing in a VM, and I've found that whenever I change a blade file, it never updates on the next page refresh. I have to manually call php artisan view:clear to get it to do this (5.4).
I suspect it has something to do with my VM settings. Maybe someone has some insight?
config.vm.synced_folder ".", "/var/www",
:nfs => true,
:mount_options => ['
noacl,
nolock,
vers=3,
udp,
noatime,
nodiratime,
rsize=32768,
wsize=32768'
]
Please or to participate in this conversation.