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 748211c commit 4f6503cCopy full SHA for 4f6503c
README.md
@@ -41,7 +41,7 @@ Contains methods for working with IP addresses.
41
### getIpAddress Result
42
```php
43
[
44
- "is_local" => true, // Is client from localhost
+ "is_local" => true, // is client from localhost
45
"base_ip" => "127.0.0.1", // laravel's request()->ip()
46
"ip_address" => "111.111.111.111", // real client ip
47
]
0 commit comments