Download the PHP package rystlee/laravel-scout-elasticsearch without Composer
On this page you can find all versions of the php package rystlee/laravel-scout-elasticsearch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rystlee/laravel-scout-elasticsearch
More information about rystlee/laravel-scout-elasticsearch
Files in rystlee/laravel-scout-elasticsearch
Download rystlee/laravel-scout-elasticsearch
More information about rystlee/laravel-scout-elasticsearch
Files in rystlee/laravel-scout-elasticsearch
Vendor rystlee
Package laravel-scout-elasticsearch
Short Description ElasticSearch Driver For Laravel Scout
License
Package laravel-scout-elasticsearch
Short Description ElasticSearch Driver For Laravel Scout
License
Please rate this library. Is it a good library?
Informations about the package laravel-scout-elasticsearch
Laravel Scout Elasticsearch Driver
This package is the Elasticsearch driver for Laravel Scout.
Installation
Setting up Elasticsearch configuration
You must have a Elasticsearch server up and running with the index you want to use created
If you need help with this please refer to the Elasticsearch documentation
After you've published the Laravel Scout package configuration:
Highlight Usage
- Use
RystLee\LaravelScoutElastic\Traits\EsSearchable
in the model that needs highlight search results. Then the collection results will contains highlight attribute which has highlight hits relevant to the scout settingtoSearchableArray
. - Foreach the highlight's results in your view like the following example:
Usage
Now you can use Laravel Scout as described in the [official documentation](https://laravel.com/docs/5.3/scout
License
The MIT License (MIT).
All versions of laravel-scout-elasticsearch with dependencies
PHP Build Version
Package Version
The package rystlee/laravel-scout-elasticsearch contains the following files
Loading the files please wait ....