- Install XCode from App Store.
- Open XCode and agree to terms and conditions.
xcode-select --install
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew install php56 --with-homebrew-curl --without-bz2 --without-apache --without-fpm --without-ldap --without-mysql
brew install mcrypt php56-mcrypt
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
vagrant plugin install vagrant-vmware-fusion
vagrant plugin license vagrant-vmware-fusion ~/license.lic
vagrant box add laravel/homestead
git clone https://github.com/laravel/homestead Homestead
bash init.sh
(From Homestead Repository Directory)vim ~/homestead.yaml
@after: Running bash init.sh
Go to cd /Users/yourUsername/.homestead/
there you would found homestead.yaml