Skip to content

Commit

Permalink
Laravel 5.* support
Browse files Browse the repository at this point in the history
  • Loading branch information
basemkhirat committed Feb 18, 2017
1 parent d52175c commit 12e92ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.


Expand Down

0 comments on commit 12e92ad

Please sign in to comment.