© 2026 Hashnode
Configure Nginx Server on Ubuntu 20.04 This guide will walk you through the process of installing Nginx on your Ubuntu 20.04 server and then configuring it alongside PHP and a Laravel Project. What is Nginx? Nginx (pronounced "engine-x") is a popular...

Step 1: Obtaining reCAPTCHA Keys Go to the Google reCAPTCHA website (https://www.google.com/recaptcha) and sign in with your Google account. Click the + sign and fill in the details as follows: Label: use the domain name of your application reCAPTCHA...

1) Project Setup: I am going to use the composer to setup everything here. composer create-project laravel/laravel simple-project-name This will basically setup the new laravel project in your machine. Once the setup is complete, cd simple-project-na...
