We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078f9b6 commit 0649a4cCopy full SHA for 0649a4c
Resources/doc/3-listener-support.md
@@ -66,6 +66,8 @@ will be delegated to [SensioFrameworkExtraBundle][sensio-extra-bundle].
66
67
Note that it is necessary to disable view annotations in
68
[SensioFrameworkExtraBundle][sensio-extra-bundle] so that FOSRestBundle can take over the handling.
69
+However FOSRestBundle will do this automatically but it does not override any explicit
70
+configuration. So make sure to remove or disable the following setting:
71
72
```yaml
73
# app/config/config.yml
@@ -75,7 +77,6 @@ fos_rest:
75
77
76
78
sensio_framework_extra:
79
view: { annotations: false }
- router: { annotations: true }
80
```
81
82
```php
0 commit comments