Download the PHP package argb/elastic-cat without Composer
On this page you can find all versions of the php package argb/elastic-cat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download argb/elastic-cat
More information about argb/elastic-cat
Files in argb/elastic-cat
Download argb/elastic-cat
More information about argb/elastic-cat
Files in argb/elastic-cat
Vendor argb
Package elastic-cat
Short Description Map Elasticsearch results to Eloquent models
License MIT
Package elastic-cat
Short Description Map Elasticsearch results to Eloquent models
License MIT
Please rate this library. Is it a good library?
Informations about the package elastic-cat
ElasticCat
Installation
-
Add the package to your
composer.json
file and runcomposer update
: -
Add the service provider to your
config/app.php
file, inside theproviders
array:'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.php
for Bouncy specific options andconfig/elasticsearch.php
for configuring the ElasticSearch client.
All versions of elastic-cat with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version 5.*
illuminate/database Version 5.*
elasticsearch/elasticsearch Version ~2.0
illuminate/support Version 5.*
illuminate/database Version 5.*
elasticsearch/elasticsearch Version ~2.0
The package argb/elastic-cat contains the following files
Loading the files please wait ....