Add support for localtunnel
-
I was wondering that in addition to ngrok we can also add support for localtunnel.me. It's pretty similar except that you can assign custom subdomain for free, which makes it possible to have the testing host same as the development site.
The syntax is quite simple:
> lt -p <port> --subdomain <name> --local-host <name> > your url is: https://name.localtunnel.me
Right now I'm using a bat file for this, but it would be a great addition to the menu also.
Thanks,
SanP.S. The full details are here: https://localtunnel.github.io/www/
-
@superasn : Localtunnel is nice. I'll add it to next version of Laragon. Will keep you posted.
-
Is this done? I can't seem to find it in the laragon menus.
-
What version are you using?
-