Sublime Forum

Upload Laravel project to hosting server

#1

Is there a way to upload a whole Laravel directory to the hosting server using Sublime?

0 Likes

#2

Sure, you could use sublime SFTP plugin.

0 Likes

#3

The Simple installation instructions is not working at https://packagecontrol.io/installation.

0 Likes

#4

Probably is better to give more details on this? Any errors? Your Sublime version? Platform? And so on…

1 Like

#5

Ok. I got SFTP installed on Sublime. What should I do and what is the objective? If I work using Sublime on my Mac, how would people be able to go to may web address and see the result? Don’t I have to put in something in the REDIS_HOST value in the .env file? Is the idea to sync the laravel project on my Mac with the laravel project on the server?

0 Likes

#6

Why not push your code to git and deploy it to your server from there? I think this method is far more secure and safe than using sublime. I do this all the time on my Laravel server. The platform I am using, Cloudways, has git by default, so this method saves me a lot of time.

0 Likes