Amazon Lightsail is a fixed monthly priced VPS service offered by AWS. Once you install the OS of your choice, you can run almost any application. In this application, I'm showing how to deploy one of my favorite backend frameworks called Laravel. Wh...
blog.harun.dev5 min read
Excellent tutorial, got me running really quickly.
I had to do an extra
sudo apt-get install php8.*-xml
before the "sudo composer install"
Hi Harun,
Thank you for this great article. This helped me a lot. I had an issue after step 10. Laravel was not on live. I solved this by restarting nginx. By running this command:
service nginx restart
Thanks again!
Rehan
good