Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Dec 6, 2016
1 parent f19e068 commit ed608be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ Pretty simple with [Composer](http://packagist.org), run:
composer require gpslab/domain-event-bundle
```

Add GpsLabDomainEventBundle to your application kernel

```
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new GpsLab\Bundle\DomainEvent\GpsLabDomainEventBundle(),
// ...
);
}
```

## Configuration

Example configuration
Expand Down

0 comments on commit ed608be

Please sign in to comment.