Edit Drupal7 module on a remote machine
Hi,
is it possible to use PHP Storm to edit a Drupal7 project on a remote Virtual Machine that is used for development purposes?
How can I say that the remote project that I'm editing is a Drupal7 site, so that PhpStorm enables all the custom features?
Thank you
Claudio
Please sign in to leave a comment.
Hello,
PhpStorm does not support working with remote files directly so you will need to have a local copy of a project that would be synchronized with a VM. You can find more information about configuring a synchronization at https://confluence.jetbrains.com/display/PhpStorm/Deployments+in+PhpStorm.