PHPackages                             phpdots/elasticsearchtailor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. phpdots/elasticsearchtailor

ActiveLibrary[Search &amp; Filtering](/categories/search)

phpdots/elasticsearchtailor
===========================

data search with elasticsearch package

0521[1 PRs](https://github.com/phpdots-technologies/LaravelElasticSearchTailor/pulls)PHP

Since Oct 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/phpdots-technologies/LaravelElasticSearchTailor)[ Packagist](https://packagist.org/packages/phpdots/elasticsearchtailor)[ RSS](/packages/phpdots-elasticsearchtailor/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

LaravelElasticSearchTailor
==========================

[](#laravelelasticsearchtailor)

Data search via Elastic Search Package

Installation
============

[](#installation)

Install this package by this command :

```
composer require phpdots/elasticsearchtailor
```

The service provider will be automatically registered using package discovery.

If you don't use auto-discovery you should add the service provider to the providers array in `config/app.php`.

```
// existing providers...
PHPDots\ElasticSearchTailor\ElasticSearchTailorServiceProvider::class,
```

Once the package is installed you should publish the configuration.

```
php artisan vendor:publish --provider="PHPDots\ElasticSearchTailor\ElasticSearchTailorServiceProvider"
```

You can set your nodes in the config file `config\elasticcConfig.php`.

```
