| 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: | 2025-10-30 03:10:57 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 27 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 4 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 1 | 
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.