ide - "Copy files from source folder to another location" in PhpStorm -


in netbeans ide, project, have option check "copy files source folder location", copies files working directory directory every time make change in working copy. use feature, because have other directory synced google drive, updates testing server when make changes.

now trying switch phpstorm netbeans, cannot find such option in phpstorm. can me, how can achieve same in phpstorm?

it can done using deployment functionality.

  1. settings/preferences | build, execution, deployment | deployment
  2. create new entry of local or shared folder type
  3. configure (all tabs)
  4. mark default project
  5. enable automatic deployment in deployment | options (look upload changed files automatically setting) .. or use upload or synchronize with... actions manually

more in these official manuals (with video , pictures).


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -