Skip to content

matmegat/laravel-travel-portal

Repository files navigation

Visits

Prerequisites

You must ensure you have installed Vagrant to your system to run the locally installed distribution of Laravel Homestead.

It's also probably a good idea to maintain a decent global gitignore file, with at least the following entries:

/vendor
/node_modules

Cloning Repository

You will need to clone the repository to your development environment:

git clone git@github.com:matmegat/laravel-travel-portal.git

Provisioning Environment

You then need to provision the Homestead environment (which is built on Vagrant):

cd path/to/visits.com.au
vagrant up

You'll see a bunch of output:

vagrant up

Ensure you have added an entry for the development environemnt into your /etc/hosts file:

192.168.10.10 visits.dev

At this point, you can SSH into your Homestead environment!

vagrant ssh