mozzos/bouncy

Map Elasticsearch results to Eloquent models
6 1
Install
composer require mozzos/bouncy
Latest Version:1.0
PHP:>=5.4.0
License:MIT
Last Updated:Nov 1, 2016
Links: GitHub  ·  Packagist
Maintainer: BrettCao

Bouncy

Please use this branch for Laravel 5 support.

Installation

  • Add the package to your composer.json file and run composer update:
{
    "require": {
        "fadion/bouncy": "dev-l5"
    }
}
  • Add the service provider to your config/app.php file, inside the providers array: 'Fadion\Bouncy\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.