Skip to content

Commit 48b3930

Browse files
committed
Added instructions for dev geoip release
1 parent 5189247 commit 48b3930

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@ php artisan vendor:publish --tag=auth-logger-translations
159159
```
160160
*These are optional files. You don't need to publish them for the package to work. They exist only for cases where you want to make any changes to the files yourself.*
161161

162+
## Experimental (dev-geoip)
163+
164+
Currently we are experimenting with an implention of Location Tagging (using GeoIP package from Torann). You can checkout the `geoip` branch to play around with it or get the dev-geoip release from packagist using `composer require spargon/laravel-auth-logger:dev-geoip`
165+
166+
*This is an experimental release of location tagging. Accuracy is not 100% guaranteed. Use it at your own risk.*
167+
162168
## Testing
163169

164170
``` bash

0 commit comments

Comments
 (0)