stechstudio / laravel-ssh-tunnel

Easy creation & maintenance of an SSH Tunnel for Laravel/Lumen
MIT License
191 stars 46 forks source link

Does this work for MongoDB? #56

Closed kiritjpatel closed 1 year ago

kiritjpatel commented 1 year ago

I am working with Laravel 9 App with DocumentDB of AWS and wanted to connect DocumentDB Cluster from local app. will this package will work with MongoDB?

bubba-h57 commented 1 year ago

It "should". The package simply takes care of managing an SSH tunnel, it doesn't care which ports you are opening and connecting to.