laravel-geoip

Migration from torann/geoip

  1. Swap the packages:
    composer remove torann/geoip
    composer require interaction-design-foundation/laravel-geoip
    
  2. Update namespaces:
    -use Torann\GeoIP;
    +use InteractionDesignFoundation\GeoIP;
    -use Torann\Location;
    +use InteractionDesignFoundation\Location;