Deploy to folder of different name
I'm developing a Laravel application. The problem is that my public folder is named "public" and on my server it's named "public_html"
For various reasons I can't rename the folder in my production code. So what I would like is to make some kind of alias for deployment.
So that when I click upload on a file in PUBLIC folder it will be uploaded to PUBLIC_HTML on the server. Is that possible to do in PHPStorm 8?
请先登录再写评论。
I solved it myself. You just set it in File>Settings>Deployment under the tab Mappings