Hello Guy,
Am new to laravel homestead. I followed the dochttps://laravel.com/docs/5.2/homestead on how to install vagrant and homestead,but am having an issue when i tried to call homestead.app from my browser. the page doesn't come up. have edited my /etc/hosts file 271.0.0.1 homestead.app . I dont know if am doing something wrong. Please i need help on how to make this work. see below my homestead.yaml file. My working environment is centos
ip: "192.168.10.10" memory: 2048 cpus: 1 provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys: - ~/.ssh/id_rsa
folders: - map: ~/Code to: /home/vagrant/Code
sites: - map: homestead.app to: /home/vagrant/Code/Laravel/public
databases: - homestead
Regards, Ladi
my /etc/hosts file 271.0.0.1 homestead.app
use 192.168.10.10 instead
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community