Laravel Homestead“未指定输入文件”

I installed Laravel with Homestead and tried to start a project that I created. Therefore I adjusted the Homestead.yaml to:

ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:
    - ~/.ssh/id_rsa

folders:
    - map: ~/Documents/Development/Source/MFServer/
      to: /home/vagrant/Code

sites:
    - map: local.medifaktor
      to: /home/vagrant/Code/MFServer/public

The path is existing but still I get this error message. Can you give me some advice?

I think this only works when you need to reload the file and there is no other problems.

From Jesús' site: http://www.jesusamieiro.com/no-input-file-specified-using-homestead/

“No input file specified” using Homestead - Posted on 02/06/2016

If you see the message “No input file specified” in the browser (using Homestead as development VM machine), one possible problem is that Homestead doesn’t load the parameters from the config file Homestead.yaml

Try to provision the VM another time, running

$ vagrant reload --provision