ngrok shows blank page when accessing a laravel project from a remote machine
I am using ngrok to port-forward a website hosted locally on my machine. The website was built using Laravel, Vue and PHP. When I access it locally (http://127.0.0.1:8000/) everything works well. When I run ngrok (ngrok.exe http 8000), I can…