vendredi 21 août 2015

Adding new site to Homestead.yaml file

I added a Laravel 4.2 installation in my Code folder with the following mapping in my Homestead.yaml file.

I also added the url to this new project in my host file as well. But every time I try vagrant provision the Laravel 5 project (the Laravel folder under "sites") keeps opening up in my browser.

folders:
    - map: ~/Code
      to: /home/vagrant/Code

sites:
    - map: homestead.app
      to: /home/vagrant/Code/Laravel/public
    - map: laraproject.app
      to: /home/vagrant/Code/Project2/public

Any idea what could be causing this? Thanks.



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1JuQqif
via IFTTT

Aucun commentaire:

Enregistrer un commentaire