Skip to content

Commit d049c70

Browse files
committed
Register the provider
1 parent 5fc4890 commit d049c70

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ So we wrote this package. We hope you enjoy it!
1515
```
1616
composer require stechstudio/laravel-ssh-tunnel
1717
```
18+
Then register the provider
19+
```php
20+
$app->register(stechstudio\Tunneler\TunnelerServiceProvider::class);
21+
```
22+
in your `bootstrap/app.php` for Lumen services or add it to your `providers` array in `config/app.php` for Laravel applications.
1823

1924
## Configuration
2025
All configuration can and should be done in your `.env` file.

0 commit comments

Comments
 (0)