Setup Laravel Elastic Search

# Install Elastic Search
– cd into your Homestead folder

– before ‘end’ add the lines:
 config.ssh.forward_x11 = true
 config.vm.network “forwarded_port”, guest: 9200, host: 62000
– SSH into the vagrant box by running ‘vagrant ssh’
– run the command ‘./runAfterSSH_toInstallElasticSearch.sh’
– exit your vagrant SSH using the command ‘exit’
– run ‘vagrant reload’

Installing Laravel With Homestead

Laravel 5.2 Installation with Homestead