LaravelPackages.net
Acme Inc.
Toggle sidebar
argb/elastic-cat

Map Elasticsearch results to Eloquent models

27
4
v1.0.3
About argb/elastic-cat

argb/elastic-cat is a Laravel package for map elasticsearch results to eloquent models. It currently has 4 GitHub stars and 27 downloads on Packagist (latest version v1.0.3). Install it with composer require argb/elastic-cat. Discover more Laravel packages by argb or browse all Laravel packages to compare alternatives.

Last updated

ElasticCat

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.

Star History Chart