Basically I want to deploy a Laravel application
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello,
Did you create an SSH key during the droplet creation? If not, here’s how you could gain access to your droplet:
https://www.digitalocean.com/docs/droplets/resources/lost-ssh-key/
If you did upload an SSH key, here’s how to connect to your Droplet with the existing SSH key:
https://www.digitalocean.com/docs/droplets/how-to/connect-with-ssh/putty/
Regarding the Laravel deployment you can follow the steps here:
https://www.digitalocean.com/community/tutorials/how-to-deploy-a-laravel-application-with-nginx-on-ubuntu-16-04
Hope that this helps! Regards, Bobby