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.
2 parents f70d667 + f49bb95 commit 87ed22bCopy full SHA for 87ed22b
core/configuration.md
@@ -75,7 +75,7 @@ api_platform:
75
76
swagger:
77
# The swagger api keys.
78
- api_keys: []
+ api_keys: []
79
80
collection:
81
# The default order of results.
@@ -113,6 +113,10 @@ api_platform:
113
# The list of paths with files or directories where the bundle will look for additional resource files.
114
paths: []
115
116
+ # The list of your resources class directories. Defaults to the directories of the mapping paths but might differ.
117
+ resource_class_directories:
118
+ - '%kernel.project_dir%/src/Entity'
119
+
120
http_cache:
121
# Automatically generate etags for API responses.
122
etag: true
0 commit comments