studioforty9-dev / Ngrok

Makes it easier to publish a Magento site using ngrok by dynamically switching the Base URL to whatever value is in the $_SERVER['HTTP_HOST'] variable.
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Magento & ngrok

Features

Allows you to use ngrok freely without worrying about updating your Magento Base URL every time you publish your new ngrok URL.

Usage

Download v2.1+ from https://dl.equinox.io/ngrok/ngrok/beta

Start your local server, for Apache you would typically use port 80

ngrok http 80

and ngrok will start sharing your local site to the world. Magic!

Contributing

see CONTRIBUTING file

Licence

BSD 3 Clause see LICENCE file