Mozzos / Bouncy by BrettCao
forked from fadion/Bouncy

Map Elasticsearch results to Eloquent models
6
1
4
Package Data
Maintainer Username: BrettCao
Maintainer Contact: jonidashi@gmail.com (Fadion Dashi)
Package Create Date: 2016-06-21
Package Last Update: 2016-11-01
Language: PHP
License: MIT
Last Refreshed: 2024-04-17 15:13:47
Package Statistics
Total Downloads: 6
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 1
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

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.