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 8bb0f9f commit 5bbafb4Copy full SHA for 5bbafb4
README.md
@@ -19,7 +19,24 @@ wtfz_tmdb:
19
20
That's all! Fire away!
21
22
-__There will be adult and language filters coming in a later stage.__
+__There will be adult and language filters coming in a later stage, so later on the configuration will look like:__
23
+
24
+```yaml
25
+wtfz_tmdb:
26
+ api_key: YOUR_API_KEY_HERE
27
+ include_adult: false
28
+ language: nl
29
+```
30
31
+__Also overriding repositories will be possible later on:__
32
33
34
35
36
+ repositories:
37
+ movie_repository:
38
+ class: "MyBundle\Repository\MovieRepository
39
40
41
Usage
42
----------------
0 commit comments