argb/elastic-cat

Map Elasticsearch results to Eloquent models

Maintainers

Package info

github.com/argb/elastic-cat

pkg:composer/argb/elastic-cat

Statistics

Installs: 27

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 1

v1.0.3 2015-11-23 20:03 UTC

This package is auto-updated.

Last update: 2026-03-12 09:40:33 UTC


README

Installation

  • Add the package to your composer.json file and run composer update:
{
    "require": {
        "argb/elastic-cat": "^1.0"
    }
}
  • Add the service provider to your config/app.php file, inside the providers array: 'Argb\ElasticCat\BouncyServiceProvider'

  • Publish the config file by running the following command in the terminal: php artisan vendor:publish

  • Edit the config files: config/bouncy.php for Bouncy specific options and config/elasticsearch.php for configuring the ElasticSearch client.