Answer the question
In order to leave comments, you need to log in
How to write the correct vagrant config from laravel?
config
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: homestead.app
to: /home/vagrant/Code/Laravel/public
databases:
- homestead
variables:
- key: APP_ENV
value: local
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 93000
# to: 9300
# - send: 7777
# to: 777
# protocol: udp
Answer the question
In order to leave comments, you need to log in
This is homestead.
This is a replacement for WAMP with LEMP using vagrant, but still aimed at beginners only.
Better learn how to use vagrant yourself.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question