laradock in readme

This commit is contained in:
Nabeel Shahzad 2017-06-11 11:47:21 -05:00
parent cc73aabea5
commit 97b67ff438

View File

@ -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. 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) (TODO: redis information, etc)