We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36622dd commit b42d985Copy full SHA for b42d985
README.md
@@ -22,16 +22,6 @@ We do not support version <=5.1.
22
composer require stechstudio/laravel-ssh-tunnel
23
```
24
25
-### Register the Provider (Laravel version 5.8):
26
-
27
-Inside the `config/app.php` file under `Package Service Providers`, add:
28
29
-```STS\Tunneler\TunnelerServiceProvider::class,```
30
31
-And under `Application Service Providers`, add:
32
33
34
35
### Register the Provider (version 5.4 and earlier):
36
37
For Lumen services, add:
0 commit comments