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
Anytime you upgrade this package, please remember to clear your cache, to prevent incompatible cached responses when breaking changes are introduced (this should hopefully only be necessary in major versions):
@@ -60,9 +62,13 @@ Also, `getProviders()` now returns a Laravel Collection instead of an array.
60
62
needed. Simply iterate over your results as you would any other Laravel
61
63
collection.
62
64
63
-
**Deprecated:** the`all()` method on the geocoder is being deprecated in favor
64
-
of using`get()`, which will return a Laravel Collection. You can then run
65
-
`all()` on that. This method will be removed in version 3.0.0.
65
+
**Deprecated:**
66
+
- the`all()` method on the geocoder is being deprecated in favor of using
67
+
`get()`, which will return a Laravel Collection. You can then run`all()`
68
+
on that. This method will be removed in version 5.0.0.
69
+
- the`getProvider()` method on the geocoder is being deprecated in favor of using
70
+
`getProviders()`, which will return a Laravel Collection. You can then run`first()`
71
+
on that to get the same result. This method will be removed in version 5.0.0.
66
72
67
73
**Added:** this version introduces a new way to create more complex queries: