From 9813beb62d844023f8e733a1153cccd69fb7e023 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Tue, 2 Aug 2016 08:20:54 +0200 Subject: [PATCH] Add more details to README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 73d840d..a5f7c1b 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ Via composer $ composer require hlgrrnhrdt/laravel-resque ``` - - Copy the config file ```config/resque.php``` from the package to your config folder. +Additionally a default redis connection needs to be configured in ```config/redis.php```. ### Laravel