Laravel 5.2 Installation with Homestead
- Download these three software
- GIT – https://git-scm.com/download/win
- Virtual Box – https://www.virtualbox.org/wiki/Downloads
- Vagrant – https://www.vagrantup.com/downloads.html
- Install all three software.
- Make sure Your Computer/PC have Virtualization Technology – ENABLED
- Open GIT BASH
- Add vagrant box with with below command
- vagrant box add laravel/homestead
- Install Homestead by cloning git repo with command
- git clone https://github.com/laravel/homestead.git Homestead
- Run bash init.sh