Download the PHP package cfpinto/laravel-scout-elasticsearch without Composer
On this page you can find all versions of the php package cfpinto/laravel-scout-elasticsearch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cfpinto/laravel-scout-elasticsearch
More information about cfpinto/laravel-scout-elasticsearch
Files in cfpinto/laravel-scout-elasticsearch
Package laravel-scout-elasticsearch
Short Description Laravel scout driver for ElasticSearch
License GPL-3.0-or-later
Informations about the package laravel-scout-elasticsearch
Laravel Scout Elasticsearch Driver
Disclaimer: This project was highly inspired in ErickTamayo implementation. However it is not a fork and most likely is incompatible.
This package is intented to be used with laravel 5.6 and up. Others versions might work but might
Installation
If your project doesn't have auto discovery you will need to add the providers manually in your app.php config file
Setup Elasticsearch configuration
You must have an Elasticsearch instance running with the necessary index.
Change the config/scout.php file to include elasticsearch settings
Usage
The driver will work just like described in laravel scout documentation.
If you want the ability to use closures in where and orWhere methods your model must use the Searchable trait included in the package
Credits
- Claudio Pinto
- Erick Tamayo
- All Contributors
Support on Beerpay
Hey dude! Help me out for a couple of :beers:!
All versions of laravel-scout-elasticsearch with dependencies
ext-json Version *
laravel/scout Version ^7.0
elasticsearch/elasticsearch Version ^6.0