Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 367 Bytes

migration.md

File metadata and controls

16 lines (14 loc) · 367 Bytes

Migration

To migrate from torann/geoip you simply need to :

  1. change your composer.json:
-"torann/geoip": "^3.0",
+"interaction-design-foundation/laravel-geoip": "^3.1",
  1. update namespaces in your application:
-use Torann\GeoIP;
+use InteractionDesignFoundation\GeoIP;
-use Torann\Location;
+use InteractionDesignFoundation\Location;