Skip to content

Commit

Permalink
Merge 8f8dec9 into 70da4dc
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Jun 21, 2018
2 parents 70da4dc + 8f8dec9 commit aea25c6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Subscriber - example subscriber](#subscriber-bulb)
- [Dispatcher - dispatching events](#dispatcher-zap)
- [Extra - extra Nette bridge](#extra-recycle)
- [Kdyby compatibility](#kdyby-compatibility)

## Prologue

Expand Down Expand Up @@ -99,3 +100,13 @@ The goal of this library is to be the most tiniest and purest adaptation of [Sym
As you can see only one `Extension` class is provided. Nette has many single packages and here comes the [`event-dispatcher-extra`](https://github.com/contributte/event-dispatcher-extra) package.

This extra repository contains useful events for **application**, **latte** and many others. [Take a look](https://github.com/contributte/event-dispatcher-extra).

## Kdyby compatibility

Kdyby/Events has a conflict with this package because of it's `SymfonyDispatcher` proxy class. To avoid the conflict simply add this to your config.neon:

```
services:
events.symfonyProxy:
autowired: off
```

0 comments on commit aea25c6

Please sign in to comment.