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
Added clarification on the public services link. Added a Usage link for chaining providers. Added the chaining providers section in Usage and Configuration. (#164)
Copy file name to clipboardExpand all lines: Resources/doc/index.md
+39-1Lines changed: 39 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Integration of the [**Geocoder**](http://github.com/geocoder-php/Geocoder) libra
6
6
Our documentation has the following sections:
7
7
8
8
*[Index](index.md) (This page)
9
-
*[Public services](services.md)
9
+
*[Public services](services.md) (Providers)
10
10
*[Registering Your Own Provider](custom-provider.md)
11
11
*[All about Cache](cache.md)
12
12
*[Plugins](plugins.md)
@@ -17,6 +17,7 @@ Table of contents
17
17
18
18
*[Installation](#installation)
19
19
*[Usage](#usage)
20
+
*[Chain providers](#chain-providers)
20
21
*[Fake local ip](#fake-local-ip)
21
22
*[Cache](#cache-results)
22
23
*[Dumpers](#dumper)
@@ -97,6 +98,36 @@ bazinga_geocoder:
97
98
api_key: 'xxyy'
98
99
```
99
100
101
+
### Chain providers
102
+
103
+
Someone was thinking ahead here. Wouldn't it be nice if you could pass your request through different `ProviderFactories`? You can!! With the `ChainFactory`, see the configuration below.
0 commit comments