A
A
Anton89892018-03-17 13:16:46
Vagrant
Anton8989, 2018-03-17 13:16:46

Why is the Laravel project not starting?

I downloaded the project I needed from git. Started the virtual machine. In the Homestead.yaml file
, I registered the correct path in my opinion.
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: landing.test
to: /home/vagrant/code/landing/public
databases:
- homestead I
also specified a new address in the host.
When passing to the address 192.168.10.10 Gives an error No input file specified.
Please tell me what could be the problem

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question