LaravelPackages.net
Acme Inc.
Toggle sidebar
mozzos/bouncy

Map Elasticsearch results to Eloquent models

6
1
1.0
About mozzos/bouncy

mozzos/bouncy is a Laravel package for map elasticsearch results to eloquent models. It currently has 1 GitHub stars and 6 downloads on Packagist (latest version 1.0). Install it with composer require mozzos/bouncy. Discover more Laravel packages by mozzos or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments