argb / elastic-cat
Map Elasticsearch results to Eloquent models
v1.0.3
2015-11-23 20:03 UTC
Requires
- php: >=5.4.0
- elasticsearch/elasticsearch: ~2.0
- illuminate/database: 5.*
- illuminate/support: 5.*
This package is auto-updated.
Last update: 2026-03-12 09:40:33 UTC
README
Installation
- Add the package to your
composer.jsonfile and runcomposer update:
{
"require": {
"argb/elastic-cat": "^1.0"
}
}
-
Add the service provider to your
config/app.phpfile, inside theprovidersarray:'Argb\ElasticCat\BouncyServiceProvider' -
Publish the config file by running the following command in the terminal:
php artisan vendor:publish -
Edit the config files:
config/bouncy.phpfor Bouncy specific options andconfig/elasticsearch.phpfor configuring the ElasticSearch client.