Saturday 13 March 2021

Creating 2 folder location on Vagrant homestead.yaml



---

ip: "192.168.10.10"

memory: 2048

cpus: 2

provider: virtualbox

authorize: ~/.ssh/id_rsa.pub

keys:

    - ~/.ssh/id_rsa

folders:

    - map: /Users/junedc/Desktop/AMyProject/
      to: /home/vagrant/code1/


    - map: /Users/junedc/Desktop/AMyProject2/
      to: /home/vagrant/code2/

sites:

    - map: laracartvue.test
      to: /home/vagrant/code1/laracart-vue/public

    - map: backend.test
      to: /home/vagrant/code2/backend_template/public

    - map: laravel8.test
      to: /home/vagrant/code2/laravel8/public

ssl:

    - true

databases:
    - homestead

features:
    - mariadb: false
    - ohmyzsh: false
    - webdriver: false


Share:

Popular Posts

Recent Posts

Pages

Powered by Blogger.

About Me

My photo
For the past 10 years, I've been playing with codes using PHP, Java, Rails. I do this for a living and love new things to learn and the challenges that comes with it. Besides programming I love spending time with friends and family and can often be found together catching the latest movie or planning a trip to someplace I've never been before.