I was planning to launch my first application laravel application on a VPS.
Since this is my first launch wanted to know the steps which need to be taken from the experienced folks here.
Changes which need to be done at config level, env level, DB level etc.
I do a see a course here on using forge to do the same, however, at this moment I would like to handle this myself manually ( deployment + backup + maintenance ).
Would be helpful if you could point to any course/article ( if you have any ) which walks-through this process in detail.
Google is available, however, I prefer courses/articles ( in most cases leads to faster results )
I used the same steps, to get my VPS going. (Different VPS provider)
The only "difficult" part for me was creating the server block level (server blocks are similar to Apache's virtual hosts). This due the fact I was used to use Apache and this was my first nginx.
Sure thanks, I will go over the article and set up the server, will let you know if I have any questions.
Other than changing some properties in the .env file in laravel app, are there any other laravel specific changes which need to be done when making an application live?