How to install Laravel

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.

 

install_xampp.PNG

 

xampp_install.PNG

 

 

Step 3: Click on Next to start the installation process.

 

xampp_setup_1.PNG

 

Step 4: Select the components you wish to install and click on Next.

 

xampp_setup_2.PNG

 

Step 5: Select the desired installation folder and click on Next.

 

xampp_setup_3.PNG

 

Step 6: Click on Install. After the installation, the installation window will close and the control panel will open.

 

xampp_console.PNG

 

 

Step 7: Open the Composer.Setup.exe file.

 

install_xampp.PNG

 

Step 8: Select the preferred installation method of Composer.

 

extra_screenshot.PNG

 

Step 9: Click on Next if you want to install Composer by default.

 

installation_options.PNG

 

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.

 

command_line_php.PNG

 

Step 11: Click on Install and then on Finish.

 

composer_installed.PNG

 

Step 12: Open a command prompt and open Composer. 

 

composer_cmd.PNG

 

Step 13: Install Laravel using Composer. Enter the following in a command prompt: composer global require "laravel/installer=~1.1".

 

install_Laravel.PNG

 

Step 14: The software is now installed and ready to use.