cretueusebiu / valet-windows

Laravel Valet for Windows.
MIT License
912 stars 86 forks source link

Fix 404 error when sharing upper case folder #168

Closed HadasBenMordechai closed 3 years ago

HadasBenMordechai commented 3 years ago

When sharing vie ngrok, if folder name has upercase charectors, we get a 404 response, I added strtolower to host name when using share command, this fixes this issue.