Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 iPad 和 iPhone 上的 Laravel Homestead 连接到我在 Mac 上运行的 Laravel 项目?
当我从 iPad 或 iPhone 访问我的 Mac 的 IP 地址时,我收到错误消息:
Safari 无法打开该页面,因为它无法连接到服务器。
我确定我过去做过,但我不记得是怎么做的。(如果我一开始就这样做了。)
默认情况下,Vagrant VM 上的端口 80 映射到您计算机上的端口 8000。您应该可以http://<ipcomputer>:8000在 iPhone/iPad 上打开。
http://<ipcomputer>:8000
如果您在~/.homestead/Homestead.yaml文件中定义了多个站点,则需要注释掉您不想要的站点并再次配置 Vagrant 机器,否则,您无法确定您的哪个站点会显示。
~/.homestead/Homestead.yaml