Skip to content

Instantly share code, notes, and snippets.

@ssheduardo
Last active October 24, 2021 15:09
Show Gist options
  • Save ssheduardo/55cbb13154a39f7853ea03a42c7d488f to your computer and use it in GitHub Desktop.
Save ssheduardo/55cbb13154a39f7853ea03a42c7d488f to your computer and use it in GitHub Desktop.
Localtunnel + laravel + docker + hostname
lt --port 80 --local-host "demo.local" --subdomain anything
#demo.local is configurated in your hosts
#127.0.0.1 -> demo.local
#subdomain -> this subdomain will create in localtunnel
#Localtunnel return: https://anything.loca.lt for example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment