How can I import a full website from the internet into phpstorm locally on my computer?
已回答
Hi,
How can I import a full website with sub-sites, pictures, etc ... from the internet into phpstorm locally on my computer?
As fas as I know, I could do that with MS expression Web. Is it possible with PhpStorm?
Thank you in advanced!
请先登录再写评论。
Hi there,
Use "Create New Project from Existing Files" wizard and follow the most suitable path. If you have some project already opened .. then "File | New Project from Existing Files..."
Otherwise -- use your favourite program (e.g. FileZilla) and download all needed files locally. Then using "Open" action from screenshot above just point to the project root folder -- PhpStorm will create local project from those files.
https://www.jetbrains.com/help/phpstorm/2016.3/creating-and-managing-projects.html
Thank you for your answer.
But what I meant is:
* I enter some URL, for example: google.com
* PhpStorm should automatically download all needed files of html, css, jpg, ... to show exactly this google site layout locally on my computer without a internet connection.
Hi,
What would be the point of this?
You can still open a browser and save a web page there but you will receive only a page look with no backend functionality or anything like that.
Thank you, that is it! The wood for the trees ... I could use the browser to save the layout I want to get. I know that I couldn't get the backend functionality.