stechstudio / laravel-ssh-tunnel

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

multiple fixes, probably warrants a 2.0 release #32

Closed vesper8 closed 5 years ago

vesper8 commented 5 years ago

I include here a few fixes without which I was getting constant errors on L5.8 running on Ubuntu 18.04

One of the fixes, related to dispatch_now does break compatibility with versions prior to Laravel 5.5, so it might be best to release a 2.0 release and mention that this is only compatible with 5.5 and up

Everything works well now that I'm using my fork

bubba-h57 commented 5 years ago

Thanks!