How configure Homestead and xip.io?

后端 未结 2 1147
孤独总比滥情好
孤独总比滥情好 2020-12-21 08:54

I want to access from other devices (iphone, android device, etc) to my sites on homestead in my machine. My machine and all device are on same network.

I want to us

2条回答
  •  礼貌的吻别
    2020-12-21 09:25

    I believe Homestead already ships with it by default,

    in my case i just added an entry on the hosts files, /etc/hosts (i'm on a mac machine), like this:

    127.0.0.1 http://app.ip.address.xip.io:8000
    

    (usually the default port is 8000), and then add an entry on the homestead yml config file (you can reach by typing homestead edit on your console.

    and that should do it.

提交回复
热议问题