Skip to content

Commit 3e566f7

Browse files
authored
Update README.md
1 parent 22a8264 commit 3e566f7

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# GeoIP for Laravel
22

3-
[![Build Status](https://travis-ci.org/Torann/laravel-geoip.svg?branch=master)](https://travis-ci.org/Torann/laravel-geoip)
4-
[![Latest Stable Version](https://poser.pugx.org/torann/geoip/v/stable.png)](https://packagist.org/packages/torann/geoip)
5-
[![Total Downloads](https://poser.pugx.org/torann/geoip/downloads.png)](https://packagist.org/packages/torann/geoip)
3+
[![Latest Stable Version](https://poser.pugx.org/torann/geoip/v/stable)](https://packagist.org/packages/torann/geoip)
4+
[![Total Downloads](https://poser.pugx.org/torann/geoip/downloads)](https://packagist.org/packages/torann/geoip)
65
[![Patreon donate button](https://img.shields.io/badge/patreon-donate-yellow.svg)](https://www.patreon.com/torann)
7-
[![Donate weekly to this project using Gratipay](https://img.shields.io/badge/gratipay-donate-yellow.svg)](https://gratipay.com/~torann)
8-
[![Donate to this project using Flattr](https://img.shields.io/badge/flattr-donate-yellow.svg)](https://flattr.com/profile/torann)
96
[![Donate to this project using Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4CJA2A97NPYVU)
107

118
Determine the geographical location and currency of website visitors based on their IP addresses.
@@ -14,14 +11,15 @@ Determine the geographical location and currency of website visitors based on th
1411
- [GeoIP for Laravel on GitHub](https://github.com/Torann/laravel-geoip)
1512
- [Upgrade Guides](http://lyften.com/projects/laravel-geoip/doc/upgrade.html)
1613

17-
## Official Documentation
14+
## v3.0.8 Possible Breaking Change
1815

19-
Documentation for the package can be found on [Lyften.com](http://lyften.com/projects/laravel-geoip/).
16+
Out of the box the system no longer comes with a service pre-configured. Which will cause an error for those who did **NOT** previously publish the configurtion file. Follow the [getting started guide](https://lyften.com/projects/laravel-geoip/doc/) on how to publish the config and how to set up a service.
2017

21-
## Older versions of Laravel
18+
Sorry for this inconvenience, but MaxMind made me remove the free service that was the default. If the config file was published prior to this change, you should not been affected.
2219

23-
- Laravel 5 [version 1.1](https://github.com/Torann/laravel-geoip/tree/1.1)
24-
- Laravel 4 [version 0.1.1](https://github.com/Torann/laravel-geoip/tree/0.1.1)
20+
## Official Documentation
21+
22+
Documentation for the package can be found on [Lyften.com](http://lyften.com/projects/laravel-geoip/).
2523

2624
## Contributions
2725

0 commit comments

Comments
 (0)