We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a487d6 commit 41809cbCopy full SHA for 41809cb
README.md
@@ -23,15 +23,6 @@ From the command line run:
23
composer require interaction-design-foundation/laravel-geoip
24
```
25
26
-This package also comes with an optional facade, which provides an easy way to call the class.
27
-Open up `config/app.php` and find the aliases key.
28
-
29
-```php
30
-'aliases' => [
31
- 'GeoIP' => \InteractionDesignFoundation\GeoIP\Facades\GeoIP::class,
32
-];
33
-```
34
35
36
### Publish the configurations
37
0 commit comments