2017 © Pedro Peláez
 

library bouncy

Map Elasticsearch results to Eloquent models

image

mozzos/bouncy

Map Elasticsearch results to Eloquent models

  • Tuesday, November 1, 2016
  • by BrettCao
  • Repository
  • 3 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 30 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Bouncy

Please use this branch for Laravel 5 support., (*1)

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', (*2)

  • Publish the config file by running the following command in the terminal: php artisan vendor:publish, (*3)

  • Edit the config files: config/bouncy.php for Bouncy specific options and config/elasticsearch.php for configuring the ElasticSearch client., (*4)

The Versions

01/11 2016

dev-master

9999999-dev

Map Elasticsearch results to Eloquent models

  Sources   Download

MIT

The Requires

 

laravel eloquent elasticsearch

20/08 2015

dev-l5

dev-l5

Map Elasticsearch results to Eloquent models

  Sources   Download

MIT

The Requires

 

laravel eloquent elasticsearch

20/08 2015

1.0

1.0.0.0

Map Elasticsearch results to Eloquent models

  Sources   Download

MIT

The Requires

 

laravel eloquent elasticsearch