You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ Laravel wrapper for the [ipdata.co](https://ipdata.co) API.
4
4
5
5
## Prerequisites
6
6
7
-
Ipdata has a free plan that allows you to do 1,500 requests per day and paid plans if you need more than that. All plans need an API key. You'll have to register on their [website](https://ipdata.co/pricing.html) to get an API key.
7
+
Ipdata has a free plan that allows you to make 1,500 requests per day and paid plans if you need more than that. All plans need an API key and you'll have to register on their [website](https://ipdata.co/pricing.html) to get one.
8
8
9
9
## Installation
10
10
11
-
You can install the package via composer:
11
+
Install the package via composer:
12
12
13
13
composer require kielabokkie/laravel-ipdata
14
14
15
-
If you are on Laravel 5.4 or lower, you should add the following to your `config/app.php`:
15
+
If you are on Laravel 5.4 or lower or don't use Laravel's auto discovery, you should add the following to your `config/app.php`:
16
16
17
17
```php
18
18
'providers' => [
@@ -25,6 +25,7 @@ If you are on Laravel 5.4 or lower, you should add the following to your `config
0 commit comments