Skip to content

Commit c0253b6

Browse files
committed
Added debug option to readme.
1 parent 33bf4bb commit c0253b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Laravel Scout Elasticsearch Driver
22

3-
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
3+
[![Latest Stable Version](https://poser.pugx.org/boxed-code/laravel-scout-elasticsearch/v/stable)](https://packagist.org/packages/boxed-code/laravel-scout-elasticsearch)
4+
[![License](https://poser.pugx.org/boxed-code/laravel-scout-elasticsearch/license)](https://packagist.org/packages/boxed-code/laravel-scout-elasticsearch)
45
[![Build Status](https://travis-ci.com/boxed-code/laravel-scout-elasticsearch.svg?branch=master)](https://travis-ci.com/boxed-code/laravel-scout-elasticsearch)
56

67
A basic [elastic](https://www.elastic.co/products/elasticsearch) search backed driver [for Laravel Scout](https://laravel.com/docs/6.0/scout).
@@ -51,6 +52,7 @@ Add the following to your scout configuration:
5152

5253
...
5354
'elasticsearch' => [
55+
'debug' => false,
5456
'hosts' => [
5557
env('ELASTICSEARCH_HOST', 'http://localhost'),
5658
],

0 commit comments

Comments
 (0)