Connect localhost project to server without creating a new project
Dear reader,
On the moment I am working on a project, when my server went down for a while I continued on a local host. But now I want to upload the changes to the server and I have a lot of files ready on that server.
Is there a way to connect a local host project to the server without creating a new project?
Thanks for your time.
Kind regards,
Kevin
Please sign in to leave a comment.
Yes, you need to configure a "deployment" configuration for your remote server: https://www.jetbrains.com/help/phpstorm/deployment-in-phpstorm.html#config
Then use "sync with ..." and upload your local changes to a remote site: https://www.jetbrains.com/help/phpstorm/deployment-in-phpstorm.html#sync
Great thank you Dmitry Tronin!