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 f45853f commit 5748decCopy full SHA for 5748dec
README.md
@@ -33,6 +33,11 @@ composer require toin0u/geocoder-laravel
33
34
## Upgrading
35
### 1.x to 2.x
36
+Update your composer.json file:
37
+```json
38
+ "toin0u/geocoder-laravel": "^2.0",
39
+```
40
+
41
The one change to keep in mind here is that the results returned from
42
`Geocoder for Laravel` are now using the Laravel-native Collections class
43
instead of returning an instance of `AddressCollection`. This should provide
0 commit comments