Skip to content

cdave3/laravel-geoip2

This branch is 7 commits ahead of, 4 commits behind CsanadNovak/laravel-geoip2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

32df9c3 · Jul 26, 2017

History

27 Commits
Jul 26, 2017
Dec 18, 2014
Dec 18, 2014
Dec 18, 2014
Dec 18, 2014
Dec 23, 2014
Jul 7, 2016
Jul 7, 2016
Jul 26, 2017
Dec 18, 2014

Repository files navigation

GeoIP2 for Laravel 5.2

Install

Via Composer

$ composer require acidreign/laravel-geoip2
'providers' => array(
    Acidreign\LaravelGeoIP2\GeoIP2ServiceProvider::class,
)
'aliases' => array(
    'GeoIP2' => Acidreign\LaravelGeoIP2\GeoIP2Facade::class,
)
$ php artisan vendor:publish --provider="Acidreign\LaravelGeoIP2\GeoIP2ServiceProvider"

About

GeoIP2 for Laravel 5.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%