Install Composer, Virtual Box, Vagrant and Git Bash.
Add this line to the end of the C:\Windows\System32\drivers\etc\hosts
file:
192.168.10.10 homestead.test
Go to you projects directory in cli and do:
composer create-project --prefer-dist laravel/laravel revalTest
Then:
cd revalTest/ composer require laravel/homestead --dev vendor/bin/homestead make
Optionally (to see IP):
vi Homestead.yaml
Then:
ssh-keygen -t rsa -C "me@pm.me" vagrant up vagrant ssh
Based on this video.