From 97b67ff438372617cdb31b6dc249c80543911531 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 11 Jun 2017 11:47:21 -0500 Subject: [PATCH] laradock in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5d60e6d8..078751b6 100755 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ server { } ``` +## using laradock + +[laradock](http://laradock.io/) is probably the simplest way to get an env working, and is what I use. just follow the instructions and point `APPLICATION=../phpvms` to your phpvms path. + see [this article](https://www.digitalocean.com/community/tutorials/how-to-install-laravel-with-an-nginx-web-server-on-ubuntu-14-04) for more detailed instructions. (TODO: redis information, etc)