I've been following along the Laracasts "Build Larabook from scratch series". I've posted my code here for anyone who gets stuck.
The codebase is currently at lession 28.
- Install Vagrant and VirtualBox
- Clone this repository
- Open a terminal in the cloned directory
- Run 'vagrant up'
- Add '192.168.10.10 larabook.app' to your hosts file
- Open your browser and load 'http://larabook.app'
- ssh into the VM by running the 'vagrant ssh' command from the root directory of the project
- cd to '/vagrant'
- Run 'vendor/bin/codecept run'
- ssh into the VM by running the 'vagrant ssh' command from the root directory of the project
- Run the 'gulp' command to compile the css