Search code examples
deploymentexportphpstormjetbrains-ide

PhpStorm: How to export deployment settings from a project to another one?


I need to export my deployment settings from a project to another one. How can I do this? I tried to export all the settings [File -> Export Settings...] and import them into the new project but I have no configuration available in the Deployment server list.


Solution

  • Copy both .idea/deployment.xml and .idea/webServers.xml from the first project to the second one. Watch out, because that will overwrite the second project's settings.