Before you contribute code to laravel-elasticsearch, please make sure it conforms PHPCS coding standard and unit tests still pass.
Fork, then clone the repo:
git clone [email protected]:your-username/laravel-elasticsearch.git
Make sure the tests pass:
composer test
Make your change. Add tests for your change. Make the tests pass
Push to your fork and [submit a pull request][pr].