当我在浏览器中输入" test.app“时,浏览器无法连接到它。 在宅基地的安装中,我无法使用命令
安装它vagrant box add laravel/homestead
或
composer global require"laravel/homestead=~2.0"
我使用了这个命令
cd ~git clone https://github.com/laravel/homestead.git Homestead
所以我不确定我是否成功修复了宅基地
另一个问题是我的Vagrantfile的floder不能像它应该的那样同步。
答案 0 :(得分:0)
您需要采取一些步骤才能使其发挥作用:
init.sh
?它会为你创建.yaml文件。/etc/hosts
文件:192.168.10.10 test.app
在终端
中运行vagrant up
命令运行VM
你会看到Laravel 5的开始页面,如果你在手册中做了所有的事情: https://laravel.com/docs/5.1/homestead#installation-and-setup