Skip to content

Instantly share code, notes, and snippets.

@hildanku
Forked from onliniak/shell
Created May 31, 2023 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hildanku/77574b5e3413da6cd818709521b017ac to your computer and use it in GitHub Desktop.
Save hildanku/77574b5e3413da6cd818709521b017ac to your computer and use it in GitHub Desktop.
CodeIgniter localhost to ngrok
php spark serve -host 0.0.0.0 -port 4000
ngrok http 0.0.0.0:4000
Inspired by Passenger Phusion Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment