Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ATOM-Group's avatar

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'
  ]
0 likes
0 replies

Please or to participate in this conversation.