Created
January 27, 2017 14:46
-
-
Save onnimonni/e9d2f48b9b494f7aeda1b9b92cc79ffe to your computer and use it in GitHub Desktop.
phpstorm example workspace.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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