To Install Laravel In your LocalHost(windows) is Very Eazy. Please Follow the Steps:
1. Download xampp and install it.
2. Download and install Composer from https://getcomposer.org/download(for windows)
3. Make sure you have internet connection
Note: Please make sure php_openssl is enabled in your php.in file for installing composer
Now go to your localhost htdocs folder(for xampp) C:/xampp/htdocs

Click on Use composer here.
Then you see a command window like

Type: composer create-project laravel/laravel
Press enter then it starts downloading laravel files from server….

After completed downloading when it shows your laravel application key.
Now open your browser and Type http://localhost/laravel/public/

Finished, Thank You



