From 12e92ad178265f847891ffa0d34a268c61fa0cf1 Mon Sep 17 00:00:00 2001 From: basemkhirat Date: Sat, 18 Feb 2017 15:09:08 +0200 Subject: [PATCH] Laravel 5.* support --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ffd3241..e1f4e5f 100755 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ See [Travis CI Builds](https://travis-ci.org/basemkhirat/elasticsearch). -- `laravel/laravel` >= 5.3 or `laravel/lumen` >= 5.3 or `composer application` +- `laravel/laravel` >= 5.* or `laravel/lumen` >= 5.* or `composer application` ## Installation @@ -152,6 +152,8 @@ $documents = $connection->search("hello")->get(); - `config/scout.php` where you can use package as a laravel scout driver. +First, follow [Laravel Scout installation](https://laravel.com/docs/5.4/scout#installation). + All you have to do is updating these lines in `config/scout.php` configuration file.