Skip to content

Commit

Permalink
Add ES SP to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jan 19, 2015
1 parent c0504ff commit f4d6db3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Expand Up @@ -22,6 +22,7 @@ You have a choice here, you can either use the main Service Provider which will
- EventBus
- Serializers
- EventStorage
- ElasticSearch
- Support (UuidGenerators,...)

Or choice to use only the Service providers you need. Don't know what you need ? Use the Global Service Provider provided.
Expand Down Expand Up @@ -58,6 +59,12 @@ Or choice to use only the Service providers you need. Don't know what you need ?
'Nwidart\LaravelBroadway\Broadway\EventStorageServiceProvider'
```

- ElasticSearch

``` php
'Nwidart\LaravelBroadway\Broadway\ElasticSearchServiceProvider'
```

- Support

``` php
Expand Down

0 comments on commit f4d6db3

Please sign in to comment.