mozzos / bouncy
Map Elasticsearch results to Eloquent models
1.0
2015-08-20 21:45 UTC
Requires
- php: >=5.4.0
- elasticsearch/elasticsearch: ~1.0
- illuminate/database: 4.2.*
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-04 13:33:55 UTC
README
Please use this branch for Laravel 5 support.
Installation
- Add the package to your
composer.json
file and runcomposer update
:
{ "require": { "fadion/bouncy": "dev-l5" } }
-
Add the service provider to your
config/app.php
file, inside theproviders
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 andconfig/elasticsearch.php
for configuring the ElasticSearch client.