I have latest Vagrant, Virtualbox and homestead. I use Windows 10. I read a lot of posts with similar problems but nothing helped. When i go to my domain i get "no input file specified" And when i ssh into vagrant box i get empty Code dir.
I tried everything, reload, reinstall, restart, nothing helps and i get no errors.
I mapped 192.168.10.10 to laravel.app in my hosts file. Here is my Homestead.yaml
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: C:/Users/mladen/.ssh/id_rsa.pub
keys:
- C:/Users/mladen/.ssh/id_rsa
folders:
- map: C:/wamp64/www
to: /home/vagrant/Code
sites:
- map: laravel.app
to: /home/vagrant/Code/secure-reporter-backend/public
- map: laravel2.app
to: /home/vagrant/Code/Laravel/public
databases:
- homestead
variables:
- key: APP_ENV
value: local
Can you try running "vagrant provision" from the laravel folder and see if that helps. If not, we'll probably need the log to see what goes wrong.
I've had the issue a few times myself, usually something is not set up right and I'll need to run "vagrant provision" or destroy and recreate the instance to fix it.
Yeah i tried vagrant provision each time i changed something in config. I skimmed thru logging and didn't find anything unusual. I am thinking this has to be a problem with virtualbox but don't know what to look at. Can i use something like VMware instead of virtualbox?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community