Iam having some trouble "Live Editing" a ".blade.php" view in phpstorm.
I have the plugin installed and enabled and the chrome extension installed.
When i enter the debug mode, i get the message that the page is working with jetbrains ide support, then make some changes on the view, but page is not refreshed...
Anyone managed to make it working? Or is there a trick for it?
Seems that Elixir does not support live-reload natively. I tried Elixir:extend() but was not successful.
https://gist.github.com/ognjenm/d8aaf6997aaca7bbdce6
If you need it badly try this code snippet, but modifying the original package code is not a good thing (You have to re-modify the watch.js whenever laravel-elixir package updates)