October 2018
Beginner
232 pages
7h 52m
English
Now that we have found the Vagrant box we want, let's install it and use it on our system. We will use the init command to create a new Vagrantfile and install the box.
First create a new empty directory, move into that directory, and run the vagrant init laravel/homestead command, as described on the Vagrant Cloud website:

You should now see a new Vagrantfile in your current directory, run the ls command to see:
![]()
Let's look inside the Vagrantfile. I've opened the Vagrantfile ...
Read now
Unlock full access