Skip to content

Commit

Permalink
Merge f835ba0 into 6f22238
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-gribanov committed Aug 15, 2019
2 parents 6f22238 + f835ba0 commit 3b6bd79
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,7 @@ Installation
Pretty simple with [Composer](http://packagist.org), run:

```sh
composer require gpslab/domain-event-bundle
```

Add GpsLabDomainEventBundle to your application kernel

**Symfony <3.4**

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

**Symfony >4.0**

```php
// config/bundles.php
return [
// ...
GpsLab\Bundle\DomainEvent\GpsLabDomainEventBundle::class => ['all' => true],
];
composer req gpslab/domain-event-bundle
```

Configuration
Expand Down

0 comments on commit 3b6bd79

Please sign in to comment.