mozzos/bouncy
Bouncy
Please use this branch for Laravel 5 support.
Installation
- Add the package to your
composer.jsonfile and runcomposer update:
{
"require": {
"fadion/bouncy": "dev-l5"
}
}
-
Add the service provider to your
config/app.phpfile, inside theprovidersarray:'Fadion\Bouncy\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.