Skip to content

Instantly share code, notes, and snippets.

@onnimonni
Created January 27, 2017 14:46
Show Gist options
  • Save onnimonni/e9d2f48b9b494f7aeda1b9b92cc79ffe to your computer and use it in GitHub Desktop.
Save onnimonni/e9d2f48b9b494f7aeda1b9b92cc79ffe to your computer and use it in GitHub Desktop.
phpstorm example workspace.xml
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PhpServers">
<servers>
<server host="wordpress.test" id="6b0e892b-1b0b-4db2-812d-e29244ffcff6" name="wordpress.test" port="443" use_path_mappings="true">
<path_mappings>
<mapping local-root="$PROJECT_DIR$" remote-root="/var/www/project" />
</path_mappings>
</server>
</servers>
</component>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment