Step 1: Go to Laravel on Academic Software and click on the download button to download Laravel.
Step 2: Extract the Zip file and open the Xampp installation file by double-clicking on it.
Step 3: Click on Next to start the installation process.
Step 4: Select the components you wish to install and click on Next.
Step 5: Select the desired installation folder and click on Next.
Step 6: Click on Install. After the installation, the installation window will close and the control panel will open.
Step 7: Open the Composer.Setup.exe file.
Step 8: Select the preferred installation method of Composer.
Step 9: Click on Next if you want to install Composer by default.
Step 10: Click on Browse and navigate to the file php.exe. This .exe file can be found in the Xampp folder under the php folder.
Step 11: Click on Install and then on Finish.
Step 12: Open a command prompt and open Composer.
Step 13: Install Laravel using Composer. Enter the following in a command prompt: composer global require "laravel/installer=~1.1".
Step 14: The software is now installed and ready to use.