Skip to content

Commit

Permalink
Merge pull request #380 from soyuka/resourceclassdir
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jan 29, 2018
2 parents f70d667 + f49bb95 commit 87ed22b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ api_platform:

swagger:
# The swagger api keys.
api_keys: []
api_keys: []

collection:
# The default order of results.
Expand Down Expand Up @@ -113,6 +113,10 @@ api_platform:
# The list of paths with files or directories where the bundle will look for additional resource files.
paths: []

# The list of your resources class directories. Defaults to the directories of the mapping paths but might differ.
resource_class_directories:
- '%kernel.project_dir%/src/Entity'

http_cache:
# Automatically generate etags for API responses.
etag: true
Expand Down

0 comments on commit 87ed22b

Please sign in to comment.