Skip to content

Commit

Permalink
Added autoload for laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hornet-Wing committed Jan 23, 2018
1 parent 46cb2f7 commit afb3712
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GeoIP2 for Laravel 5.4
# GeoIP2 for Laravel 5.4-5.5

##### Note: For Laravel 5.2-5.3 use version tagged 1.1.5

Expand All @@ -19,6 +19,7 @@
``` bash
composer require talkative/laravel-geoip2
```
##### Laravel 5.5 Install skip to step 4.

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

Expand Down
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Talkative\\LaravelGeoIP2\\GeoIP2ServiceProvider"
],
"aliases": {
"GeoIP2": "Talkative\\LaravelGeoIP2\\GeoIP2Facade"
}
}
},
"minimum-stability": "stable"
Expand Down

0 comments on commit afb3712

Please sign in to comment.