We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc4890 commit d049c70Copy full SHA for d049c70
README.md
@@ -15,6 +15,11 @@ So we wrote this package. We hope you enjoy it!
15
```
16
composer require stechstudio/laravel-ssh-tunnel
17
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.
23
24
## Configuration
25
All configuration can and should be done in your `.env` file.
0 commit comments