Support the ongoing development of Laravel.io →
Installation Configuration Requests

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

blackfire:

- id: foo

token: bar

client-id: foo

client-token: bar

ports:

- send: 50000

to: 5000

- send: 7777

to: 777

protocol: udp

Regards, Ladi

Last updated 3 years ago.
0

my /etc/hosts file 271.0.0.1 homestead.app

use 192.168.10.10 instead

0

Thanks, issue resolved

0

Sign in to participate in this thread!

PHPverse

Your banner here too?

Ladi247 ladi247 Joined 28 Apr 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.