I am working on a project now in a github environment.
On github it is like:
project-name-folder
-- application
-- htdocs
-- system
On web server side as we are running on a subdomain:
/
-- application
-- public_html
-- -- subdomain_name (counterpart of htdocs above)
-- system
How can I pair this two by configuring Deployment on PHP Storm? I need an answer or a light for an answer to digging up.
There is mappping feature in PhpStorm and you can map folder by local, remote and relative path. You should set an deploy service first.