Skip to content

Commit 4473c57

Browse files
authored
Merge pull request #195 from omissis/feature/customizable-api-resource-directory
Add doc for 'api_resources_directory' configuration value.
2 parents 0b2f6c2 + c90a1db commit 4473c57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ api_platform:
2222
# Specify a name converter to use.
2323
name_converter: ~
2424

25+
# Specify a name for the folder within bundle that contain api resources.
26+
api_resources_directory: 'Entity'
27+
2528
eager_loading:
2629
# To enable or disable eager loading.
2730
enabled: true

0 commit comments

Comments
 (0)