A
A
Abc Edc2015-07-12 21:52:26
Laravel
Abc Edc, 2015-07-12 21:52:26

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

I need to specify the path that I have a project in general on another disk where exactly to enter here?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2015-07-12
@gleber1

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 question

Ask a Question

731 491 924 answers to any question