Download the PHP package triadev/laravel-elasticsearch-provider without Composer
On this page you can find all versions of the php package triadev/laravel-elasticsearch-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download triadev/laravel-elasticsearch-provider
More information about triadev/laravel-elasticsearch-provider
Files in triadev/laravel-elasticsearch-provider
Package laravel-elasticsearch-provider
Short Description A laravel service provider for the elasticsearch php client.
License MIT
Informations about the package laravel-elasticsearch-provider
LaravelElasticsearchProvider
A laravel service provider for the elasticsearch php client: https://github.com/elastic/elasticsearch-php
Supported laravel versions
Supported elasticsearch versions
Installation
Composer
composer require triadev/laravel-elasticsearch-provider
Application
The package is registered through the package discovery of laravel and Composer.
Once installed you can now publish your config file and set your correct configuration for using the package.
This will create a file .
Configuration
Key | Env | Value | Description | Default |
---|---|---|---|---|
hosts | ELASTICSEARCH_HOSTS | STRING | Hosts | localhost |
retries | ELASTICSEARCH_RETRIES | INTEGER | operation retries | 3 |
Example: hosts
Delimiter for different hosts: | (pipe)
Reporting Issues
If you do find an issue, please feel free to report it with GitHub's bug tracker for this project.
Alternatively, fork the project and make a pull request. :)
Testing
composer test
Contributing
Please see CONTRIBUTING for details.
Credits
- Christopher Lorke
- All Contributors
Other
Project related links
Author
- Christopher Lorke
License
The code for LaravelElasticsearchProvider is distributed under the terms of the MIT license (see LICENSE).
All versions of laravel-elasticsearch-provider with dependencies
laravel/framework Version 5.5.* || 5.6.* || 5.7.*
elasticsearch/elasticsearch Version ^6.0