argb / elastic-cat by argb

Map Elasticsearch results to Eloquent models
24
4
2
Package Data
Maintainer Username: argb
Maintainer Contact: ender0421@gmail.com (Ender Wang)
Package Create Date: 2015-08-22
Package Last Update: 2015-11-23
Language: PHP
License: MIT
Last Refreshed: 2024-04-15 15:02:17
Package Statistics
Total Downloads: 24
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 2
Total Forks: 0
Total Open Issues: 1

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'

  • 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 and config/elasticsearch.php for configuring the ElasticSearch client.