From 93c1bc0fd874416018aceb81f5e26075ce577032 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 16 Aug 2014 15:04:53 +0200 Subject: [PATCH] credits --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index daab125..8ffcf66 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,5 @@ installs nginx, hhvm and laravel. Just run `vagrant up` and wait. After installation you will have a `laravel/` folder in the current directory, served at http://localhost:8080/. + +adapted from [this blog](http://fideloper.com/hhvm-nginx-laravel).