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 9443742 commit d21f895Copy full SHA for d21f895
README.md
@@ -19,6 +19,10 @@ To use geolocation enabled requests within your Laravel controller
19
methods, you can replace the `use Illuminate\Http\Request` line
20
at the top of your controllers, as shown in the usage example below.
21
22
+Once done, you can simple call the `$request->country()` method to
23
+perform geolocation and return the origin country of the active
24
+request based on its IP address.
25
+
26
```php
27
<?php
28
0 commit comments