I have a Laravel project and I have uploaded it in the public_html
folder in the hosting. Then I added the server
in the PhpStorm project and it is working fine and no need to upload all files again and again, I can only upload changed files automatically. I was able to access the Laravel website as abc.com/public
.
Then I searched to skip the public
from the url. I followed the process and place all my Laravel files in the root path, before the public_html
then I only placed the public
folder of Laravel to the public_html
. Now I want to know how I can manage this project in PhpStorm remotely? I mean changes should upload automatically.