Skip to content

Instantly share code, notes, and snippets.

@onliniak
Created September 25, 2020 16:27
Show Gist options
  • Save onliniak/f5999e56156bc59cc2524825ec997396 to your computer and use it in GitHub Desktop.
Save onliniak/f5999e56156bc59cc2524825ec997396 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