library elastic-cat
Map Elasticsearch results to Eloquent models
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
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)
dev-master
9999999-dev
Map Elasticsearch results to Eloquent models
Sources
Download
MIT
The Requires
laravel
eloquent
elasticsearch
v1.0.3
1.0.3.0
Map Elasticsearch results to Eloquent models
Sources
Download
MIT
The Requires
laravel
eloquent
elasticsearch
v1.0.0
1.0.0.0
Map Elasticsearch results to Eloquent models
Sources
Download
MIT
The Requires
laravel
eloquent
elasticsearch