From ed608bef439b13e1eb70423cb9768dfaacfe36dc Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Tue, 6 Dec 2016 19:14:27 +0300 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 61e8ff1..06e4405 100644 --- a/README.md +++ b/README.md @@ -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