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: | 2024-11-22 03:12:12 |
Package Statistics | |
---|---|
Total Downloads: | 6 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 4 |
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.