How to upload files individually?
Hello,
I'm evaluating PhpStorm from a Zend Studio migration and I'm liking what I see so far.
I'd like to know if there's a way to upload project PHP files individually?
Also, is there a built-in browser, as Eclipse/Zend Studio has?
Thanks in advance,
Shamil
Please sign in to leave a comment.
Hello Shamil,
It's possible to upload individual files, check context menu action Deployment -> Upload (please see our tutorial for an example of project setup).
PhpStorm does not have a built-in web browser, but you can use 'preview in' action that will start chosen browser for you.
Regards,
Kirill
Hi Kirill,
I do not see the Deployment action in the context menu. Could you provide a screen shot?
Also, is there any way to delete a project?
Shamil
Hi Shamil,

First, ensure that Remote Host Access plugin is enabled (File | Settings | Plugins). Then you need to setup your server and mappings (File | Settings | Deployment). Then right-click file (that is under mapping) in editor or file/folder in project view:
You can also find these and other related actions in main menu under Tools | Deployment group.
Regards,
Kirill
PS There's no way to delete the project from an IDE, you have to close it and to delete project folder manually. Feel free to submit feature request at http://youtrack.jetbrains.net/issues/WI#newissue=yes.
Hi Kirill,

Unfortunately, I still do no see it:
Not sure.
Hi Shamil,
You need to have this folder mapped. Can you please provide screenshot of your project structure showing the folder you want to upload, and screenshot of Deployment/Mappings tab? You can do it privately by e-mail: kirill (dot) safonov (at) jetbrains (dot) com.
Regards,
Kirill
Hi Kirill,
Ah, I understand it now.
Ok, I've fixed this issue :)
Shamil