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
Copy file name to clipboardExpand all lines: README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,6 @@ This PHP package can convert any address to GPS coordinates.
11
11
12
12
Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).
13
13
14
-
## Postcardware
15
-
16
-
You're free to use this package (it's [MIT-licensed](LICENSE.md)), but if it makes it to your production environment you are required to send us a postcard from your hometown, mentioning which of our package(s) you are using.
17
-
18
-
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
19
-
20
-
The best postcards will get published on the open source page on our website.
21
-
22
14
## Installation
23
15
24
16
You can install this package through composer.
@@ -36,7 +28,7 @@ Install this service provider
36
28
// config/app.php
37
29
'providers' => [
38
30
'...',
39
-
'Spatie\Geocoder\GeocoderServiceProvider'
31
+
Spatie\Geocoder\GeocoderServiceProvider::class
40
32
];
41
33
```
42
34
@@ -47,7 +39,7 @@ Geocoder also comes with a facade, which provides an easy way to call the Geocod
@@ -160,5 +152,13 @@ You can read more information about these values [on the Google Geocoding API Pa
160
152
161
153
When an address is not found accuracy and formatted_address will contain `NOT_FOUND`
162
154
155
+
## Postcardware
156
+
157
+
You're free to use this package (it's [MIT-licensed](LICENSE.md)), but if it makes it to your production environment you are required to send us a postcard from your hometown, mentioning which of our package(s) you are using.
158
+
159
+
Our address is: Spatie, Samberstraat 69D, 2060 Antwerp, Belgium.
160
+
161
+
The best postcards will get published on the open source page on our website.
162
+
163
163
## About Spatie
164
164
Spatie is a webdesign agency in Antwerp, Belgium. You'll find an overview of all our open source projects [on our website](https://spatie.be/opensource).
0 commit comments