Skip to content

Commit b42d985

Browse files
committed
removed unnecessary step as auto-discovery takes care of registering the provider since Laravel 5.5
1 parent 36622dd commit b42d985

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ We do not support version <=5.1.
2222
composer require stechstudio/laravel-ssh-tunnel
2323
```
2424

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-
```STS\Tunneler\TunnelerServiceProvider::class,```
34-
3525
### Register the Provider (version 5.4 and earlier):
3626

3727
For Lumen services, add:

0 commit comments

Comments
 (0)