Answer the question
In order to leave comments, you need to log in
How to implement a remote environment for PhpStorm?
How can I implement a remote environment for PhpStorm?
More:
I work on Windows, but I would like the web server and the entire working environment to be hosted on the VDS (Linux) from the provider or locally (vbox, vmware, hyper-v). Those. so that when editing files in PhpStorm, all changes are in real time (transparently) while you work.
I thought about running some kind of Linux distribution on a virtual machine and working in it, but there are some minor inconveniences.
Answer the question
In order to leave comments, you need to log in
Check out Vagrant support https://confluence.jetbrains.com/display/PhpStorm/...
www.youtube.com/watch?v=f7Kss62DHhw
The project folder becomes shared between your localhost and the VM. The editing itself takes place locally, the virtual machine is only used as a runtime for your code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question