laravel-geoip icon indicating copy to clipboard operation
laravel-geoip copied to clipboard

Added Laravel 11 Supports

Open akr4m opened this issue 1 year ago • 4 comments

Laravel 11 is recently released. This PR adds support for Laravel 11.

image

akr4m avatar Mar 12 '24 17:03 akr4m

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

alies-dev avatar Mar 14 '24 19:03 alies-dev

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: @.***>

paceband avatar Mar 14 '24 23:03 paceband

Is there any conflicting code or it's just okey to go with composer.json dependencies update?

adnane-ka avatar Jul 12 '24 18:07 adnane-ka

@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

alies-dev avatar Jul 12 '24 18:07 alies-dev