Skip to content

Commit 70a53a2

Browse files
committed
Supported Laravel 11
1 parent d0ce1ed commit 70a53a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
IP2Proxy Laravel extension enables the user to query an IP address if it was being used as VPN servers, open proxies, web proxies, Tor exit nodes, search engine robots, data center ranges, residential proxies, consumer privacy networks, and enterprise private networks.
66

7-
*Note: This extension works in Laravel 6, Laravel 7, Laravel 8 and Laravel 9.*
7+
*Note: This extension works in Laravel 6, Laravel 7, Laravel 8 and Laravel 9, Laravel 10 and Laravel 11.*
88

99

1010
## INSTALLATION
@@ -66,9 +66,9 @@ class TestController extends Controller
6666
```
6767
8. Add the following line into the *routes/web.php* file.
6868
```
69-
Route::get('test', 'TestController@lookup');
69+
Route::get('test', 'App\Http\Controllers\TestController@lookup');
7070
```
71-
9. Enter the URL <your domain>/public/test and run. You should see the information of **1.2.3.4** IP address.
71+
9. Enter the URL <your domain>/test and run. You should see the information of **1.2.3.4** IP address.
7272

7373
### WEB SERVICE
7474

@@ -121,9 +121,9 @@ class TestController extends Controller
121121
```
122122
6. Add the following line into the *routes/web.php* file.
123123
```
124-
Route::get('test', 'TestController@lookup');
124+
Route::get('test', 'App\Http\Controllers\TestController@lookup');
125125
```
126-
7. Enter the URL <your domain>/public/test and run. You should see the information of **1.2.3.4** IP address.
126+
7. Enter the URL <your domain>/test and run. You should see the information of **1.2.3.4** IP address.
127127

128128
## DEPENDENCIES (IP2PROXY BIN DATA FILE)
129129

0 commit comments

Comments
 (0)