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-11-19 03:11:16 |
Package Statistics | |
---|---|
Total Downloads: | 26 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 4 |
Total Watchers: | 2 |
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.