Skip to content

two20/scout-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scout-Elasticsearch Engine for Elasticsearch 5.*

Version

1.0.0

Contents

Installation

  1. Download package via composer
composer require asolopovas/scout-elasticsearch
  1. Add Scout service provider to ./config/app.php
'providers' => [
    ...
    Laravel\Scout\ScoutServiceProvider::class,
    ScoutEngines\Elasticsearch\ElasticsearchProvider::class,
    ...
],
  1. Setup Elasticsearch evnironment variablies in your .env file. (Note: Replace these variables according to your configuration)
...
ELASTICSEARCH_HOST=http://localhost
ELASTICSEARCH_INDEX=laravel
...

Requirements

Scout-Elasticsearch engine require PHP version >=5.6.6. As well as Elasticsearch server up and running.

Issues

Bug reports and feature requests can be submitted on the Github Issue Tracker

License

Open-Sourced software licensed under the MIT license

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages