Level 102
Does it work with vagrant as both user and password?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am halfway through the Build a Laravel App with TDD, and wanted to set up a Homestead instance to run it on my desktop. But when I try to access, it asks for a username and password (something that didn't happen on my laptop). Has this happened to anyone else?
Homestead.yaml:
---
ip: "192.168.10.10"
memory: 2048
cpus: 2
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/code/birdboard
to: /home/vagrant/code/birdboard
sites:
- map: birdboard.local
to: /home/vagrant/code/birdboard/public
databases:
- birdboard
features:
- mariadb: true
- ohmyzsh: false
- webdriver: false
Please or to participate in this conversation.