Skip to content

Commit

Permalink
Add info about the drivers in the event store
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jan 20, 2015
1 parent 345dab4 commit 0e0a1c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Expand Up @@ -97,6 +97,16 @@ To create the event store you can call the following command:
```
php artisan broadway:event-store:migrate table_name
```
In the configuration file, you can choose which driver to use as an event store.

``` php
'event-store' => [
'table' => 'event_store',
'driver' => 'dbal'
],
```



### Read Model

Expand Down

0 comments on commit 0e0a1c4

Please sign in to comment.