Sharing Local Laravel App Using Ngrok
Imagine that you want to access your local Laravel app from another device. There is an amazing service for that called ngrok. This article explains how to use it, and how to fix one annoying gotcha.
Start app
Start Laravel Sail:
sail up
Note that o...
osmianski.com2 min read