You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ Install with composer at `krak/api-platform-extra`.
8
8
9
9
## Usage
10
10
11
+
By default all functionality provided by this library is *opt-in*, so you'll need to explicitly enable each feature in the config to make use of the features.
12
+
11
13
### MessageBusDataPersister
12
14
13
15
The message bus data persister is enabled by default and controlled via the following config:
@@ -90,6 +92,11 @@ The actual POST API request for this would look like:
90
92
}
91
93
```
92
94
95
+
```yaml
96
+
api_platform_extra:
97
+
enable_constructor_deserialization: true
98
+
```
99
+
93
100
### Operation Resource Classes
94
101
95
102
This feature is controlled via the following configuration:
0 commit comments