Laravel with Homestead

Posted by Ahmed el-Gendy on Stack Overflow See other posts from Stack Overflow or by Ahmed el-Gendy
Published on 2014-08-23T10:17:01Z Indexed on 2014/08/23 10:20 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

I new with virtual box and vagrant , Now I using Homestead image and every thing is run well but when i create my project named laravel on virtual machine it supposed that i see this new folder named laravel on my machine but i didn't get any thing on my machine , The synchronization is not working.

NOTE: I'm using ubuntu 14.04

This is my homestead.yaml

ip: "192.168.10.10" memory: 2048 cpus: 1

authorize: ~/.ssh/id_rsa.pub

keys: - ~/.ssh/id_rsa

folders: - map: /var/projects/ to: /home/vagrant/projects/

sites: - map: homestead.app to: /home/vagrant/projects/laravel/public

variables: - key: APP_ENV value: local

thanks advance

© Stack Overflow or respective owner

Related posts about php

Related posts about laravel-4