Package Data | |
---|---|
Maintainer Username: | acidreign |
Maintainer Contact: | dave.hennigar@gmail.com (Dave Hennigar) |
Package Create Date: | 2016-07-07 |
Package Last Update: | 2019-10-30 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-17 03:04:09 |
Package Statistics | |
---|---|
Total Downloads: | 954 |
Monthly Downloads: | 3 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 2 |
Total Open Issues: | 0 |
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"