ngrok to homestead ok, but now I get a TokenMismatchException in VerifyCsrfToken.php line 53:
I've already created a ngrok tunnel to my laravel site in my local homestead, that worked ok, I've accessed from outside my site.
I've used:
ngrok http --host-header=mysite.app mysite.app:80
But now I'm getting TokenMismatchException in any form submissions that I'm trying (using locally I'm not having any problems, is obviously ngrok-induced).
The ngrok domain is in a list that most browsers honor to never store cookies that allow subdomain access (and none of the browsers I've used tells you this is why they ignore the cookies). So you need to store the cookie for X.ngrok.io instead of just .ngrok.io (which would be the default for most web apps)