I'm new to Laravel, trying to set up very first website, but getting "No input file specified" when trying to open my website "belekas.test" I believe that my yaml and hosts files are correct, but will include pictures of it.
Things I have tried:
vagrant halt
vagrant up
vagrant ssh
vagrant reload --provision
serve homestead.app public
sudo service nginx restart
yaml:
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
folders:
- map: ~/Laravel
to: /home/vagrant/Laravel
sites:
- map: belekas.test
to: /home/vagrant/Laravel/belekas/public
databases:
- homestead
hosts: 192.168.10.10 belekas.test
that's how my terminal looks like:
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire