From fc6239910c58195b8f9133cdea0afc7dc8c2698b Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 17 Jul 2014 14:41:08 +1000 Subject: [PATCH] Updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73531f4..be5d436 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,12 @@ Installation ---------------------------------------- Add to your composer.json file under `require`: ``` -"tom-lingham/searchy" : "dev-master" +"require": { + "laravel/framework": "4.*", + "tom-lingham/searchy" : "dev-master" +} ``` +Run `composer update` in your terminal to pull down into your vendors folder. Add the service provider to the `providers` array in Laravel's app/config/app.php file: ```php