From 0c0475bdf2defb5ede0eafb449d22cd8252890f2 Mon Sep 17 00:00:00 2001 From: Suhith Rajesh Date: Wed, 20 Apr 2016 10:06:50 +0530 Subject: [PATCH] Adds info about ldap dependencies --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd9402b..fee9d60 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,6 @@ Build * Run `composer install` * Create a `.env` and copy the contents of `.env.example` into it * Generate a key with `php artisan key:generate` -* Run `php artisan serve` \ No newline at end of file +* Run `php artisan serve` + +Note: Requires `php5-ldap` package to run.