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

hasnatbabur's avatar

Windows 8.1 - Elixir 'hot' task not reloading page on views or other php file changes

Windows 8.1 - Elixir 'hot' task not reloading page on views or other php file changes. Can anyone please help how to reload for every type of file changes like browserSync? Thanks

0 likes
1 reply
ejdelmonico's avatar

Use browsersync with mix if that's how you want it to work. Mix version 0.7.5 has support.

Otherwise, the "hot" task only works for JS files and webpack only recompiles the changed file.

1 like

Please or to participate in this conversation.