Open akr4m opened 8 months ago
for anyone looking for a maintained alternative, there is a fork that supports L11, fully compatible with this package and has some features on the top: https://github.com/InteractionDesignFoundation/laravel-geoip
a super simple upgrade guide: https://github.com/InteractionDesignFoundation/laravel-geoip/blob/main/docs/migration.md
Works perfectly! Thanks for the quick update. Simon
Le jeudi 14 mars 2024 à 15 h 51 min 09 s HAE, Alies Lapatsin ***@***.***> a écrit :
for anyone looking for a maintained alternative, there is a fork that supports L11, fully compatible with this package and has some features on the top: https://github.com/InteractionDesignFoundation/laravel-geoip
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Is there any conflicting code or it's just okey to go with composer.json
dependencies update?
@adnane-ka
Is there any conflicting code or it's just okey to go with composer.json dependencies update?
If you are talking about https://github.com/InteractionDesignFoundation/laravel-geoip, then - it's a fork without breaking changes. Just update package name in composer.json:
-"torann/geoip": "^3.0",
+"interaction-design-foundation/laravel-geoip": "^3.0",
The only breaking change is a new namespace:
-Torann\GeoIP
+InteractionDesignFoundation\GeoIP
Plus there are some new features and about 10 fixes, you can read more here: https://github.com/InteractionDesignFoundation/laravel-geoip/releases
It's documented in the upgrade guide: https://github.com/InteractionDesignFoundation/laravel-geoip/blob/main/docs/migration.md
Laravel 11 is recently released. This PR adds support for Laravel 11.