i am new here and have a problem with vagrant. I installed virtualbox and vagrant so I can use laravel-homestead. I have made everything according to the instruction in the article(
following yaml should be ok
---
ip: "192.168.5.20"
memory: 8192
cpus: 2
provider: virtualbox
authorize: c:/Users/me/.ssh/id_rsa.pub
keys:
- c:/Users/me/.ssh/id_rsa
folders:
- map: c:/workspace
to: /home/vagrant/workspace
type: nfs
sites:
- map: code.test
to: /home/vagrant/workspace/code
php: "8.1"
- map: cmsmy-pro.dev.local
to: /home/vagrant/workspace/my-pro/public
php: "7.2"
type: cms-core
- map: www.my-pro.com
to: /home/vagrant/workspace/my-pro/public/www
php: "7.2"
type: cms-core
- map: cmsmy-pro.dev.local
to: /home/vagrant/workspace/cmsmy-pro/public
php: "8.0"
- map: phpmyadmin.mysql
to: /home/vagrant/workspace/phpmyadmin
php: "8.0"
databases:
- homestead
features:
- mysql: true
- mariadb: false
- postgresql: false
- ohmyzsh: false
- webdriver: false
services:
- enabled:
- "mysql"
# - disabled:
# - "postgresql@11-main"
#ports:
# - send: 33234 # MySQL/MariaDB
# to: 2500
# - send: 5020
# to: 5020
# - send: 58720 # PostgreSQL
# to: 5473
# - send: 2314 # Mailhog
# to: 4723
# - send: 2341
# to: 2341
# - send: 58711
# to: 58711