Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 356 Bytes

HomesteadVagrant.md

File metadata and controls

25 lines (20 loc) · 356 Bytes

Homestead and Vagrant

Installation

Install Vagrant and Virtual Box then run the following:

$ vagrant box add laravel/homestead

Bring VM up

$ vagrant up

And bring it back down again...

$ vagrant halt

Sharing site

$ vagrant ssh
$ share <site>

See: Homepage