| Package Data | |
|---|---|
| Maintainer Username: | BrettCao |
| Maintainer Contact: | jonidashi@gmail.com (Fadion Dashi) |
| Package Create Date: | 2016-06-21 |
| Package Last Update: | 2016-11-01 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-10 03:09:16 |
| Package Statistics | |
|---|---|
| Total Downloads: | 6 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 3 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Please use this branch for Laravel 5 support.
composer.json file and run composer update:{
"require": {
"fadion/bouncy": "dev-l5"
}
}
Add the service provider to your config/app.php file, inside the providers array: '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.php for Bouncy specific options and config/elasticsearch.php for configuring the ElasticSearch client.