livereload-vscode
livereload-vscode copied to clipboard
VS Code and Browser Extensions Communicate but Auto-Reload Isn't Triggered
I hope this repo is still alive..
The webpage doesn't get automatically reloaded upon saving my work on any of the Blade views / controllers / models. I've only managed to get this to work once using VS Code.
I'm using LiveReload with Sublime Text 3 without having the same issue.
It is working fine for me can you please follow the below steps:
- Kill the process running on the
35729
port. - Run the livereload command from vscode
- Open your application inside the browser.
- Click on the LiveReload extension:
@ziishaned thank you for your response.
The server is run through:
Should this be a conflict or should it be left as is? I tried running php artisan serve --host 192.168.1.3 --port 8000
but still can't get it to work.
I just recently switched from Sublime Text 3 to Visual Studio Code. Normally I just run the artisan command, enable the LiveReload extension, and do my work on Sublime. Any changes saved automatically reloads the tab on my browser.
EDIT:
php artisan serve
which hosts 127.0.0.1:8000
still doesn't work. Tested with Sublime without any problems.
Same issue here... Any solutions?
Maybe upgrading VS Code to the latest version might help
Has anyone fixed this problem?