Hi, how do I create my Laravel project/IP address to my Laravel project in my VS Code editor?
I built my first Laraval project but Digital Ocean and deployment is new to me. How do I work on the Laravel project I created in Digital Ocean from my VC Code editor?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
What I personally do is to follow the steps from this tutorial here
That way I can setup a Laravel Droplet using the 1-Click installation from the Marketplace and start building directly on the Droplet itself without having to install any tools or services locally on my laptop:
Best,
Bobby
Heya, @woutermeensje
We actually have an article that covers the process of using VSCode for Remote Development via the Remote-SSH Plugin which you can check here
https://www.digitalocean.com/community/tutorials/how-to-use-visual-studio-code-for-remote-development-via-the-remote-ssh-plugin
Hope that this helps!