2017 © Pedro Peláez
 

library laravel-geoip2

Laravel wrapper for MaxMind GeoIP2

image

nbz4live/laravel-geoip2

Laravel wrapper for MaxMind GeoIP2

  • Tuesday, July 17, 2018
  • by NBZ4live
  • Repository
  • 1 Watchers
  • 1 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

GeoIP2 for Laravel 5.4+

Installation

1) In order to install run the following composer command:, (*1)

``` bash composer require nbz4live/laravel-geoip2, (*2)

##### Laravel 5.5+ Install skip to step 4.

2) Open your `config/app.php` and add the following to the `providers` array:

``` php
Nbz4live\LaravelGeoIP2\ServiceProvider::class,

3) In the same config/app.php and add the following to the aliases array:, (*3)

``` php 'GeoIP2' => Nbz4live\LaravelGeoIP2\Facades\GeoIP2::class,, (*4)


4) You can publish the config file by running (optional): ``` php $ php artisan vendor:publish --provider="Nbz4live\LaravelGeoIP2\ServiceProvider"

5) Run the update command to download the latest required databases, (*5)

php $ php artisan geoip:update, (*6)

The Versions

17/07 2018

dev-master

9999999-dev

Laravel wrapper for MaxMind GeoIP2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dave Hennigar
by Sergey Fayngold
by Jakub Srsen
by Csanad Novak

laravel geoip maxmind geoip2

17/07 2018

1.0.1

1.0.1.0

Laravel wrapper for MaxMind GeoIP2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dave Hennigar
by Sergey Fayngold
by Jakub Srsen
by Csanad Novak

laravel geoip maxmind geoip2

11/07 2018

1.0.0

1.0.0.0

Laravel wrapper for MaxMind GeoIP2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dave Hennigar
by Sergey Fayngold
by Jakub Srsen
by Csanad Novak

laravel geoip maxmind geoip2