2017 © Pedro Peláez
 

library elastic-cat

Map Elasticsearch results to Eloquent models

image

argb/elastic-cat

Map Elasticsearch results to Eloquent models

  • Monday, November 23, 2015
  • by argb
  • Repository
  • 1 Watchers
  • 4 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

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

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

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

The Versions

23/11 2015

dev-master

9999999-dev

Map Elasticsearch results to Eloquent models

  Sources   Download

MIT

The Requires

 

laravel eloquent elasticsearch

23/11 2015

v1.0.3

1.0.3.0

Map Elasticsearch results to Eloquent models

  Sources   Download

MIT

The Requires

 

laravel eloquent elasticsearch

16/11 2015

v1.0.0

1.0.0.0

Map Elasticsearch results to Eloquent models

  Sources   Download

MIT

The Requires

 

laravel eloquent elasticsearch