Take a look at Laravel forge https://forge.laravel.com/.
Deploy Laravel application on virtual server
I developed a web application with Laravel 5.3 running with vagrant/homestead. Now everything is working fine on my local test server I am about to deploy it on the virtual server. We have a Linux Ubuntu 16.04 server (which is the same version as the local test server), but there is nothing installed at the moment.
Now I wonder what the proper way to do this is. Do I just clone the git repo on my test server and install a vagrant VM again? How can I run it on the server directly?
I appreciate any tips.
@4ndro1d when you sign into forge you can add ssh keys. Then you''ll be able to access your server.
Perhaps this article will help? https://mattstauffer.co/blog/getting-your-first-site-up-and-running-in-laravel-forge
Or watch the videos on Laracasts: https://laracasts.com/series/server-management-with-forge
It's very easy.
Please or to participate in this conversation.