File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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
67A 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 ],
You can’t perform that action at this time.
0 commit comments