cretueusebiu / valet-windows

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

DNS_PROBE_FINISHED_NXDOMAIN #190

Closed yuditia closed 2 years ago

yuditia commented 2 years ago

image

why valet not working, i use php v.8 and win 7 i already set dns

ponchacc commented 2 years ago

as you mention above you may valet park the "appliction" folder, not the "coba-laravel" do park appliction folder then try.

Won't work offline then....> You are offline so you may try this (worked for me):

(Edit Windows Host file)

Step - 1: (if you very beginner)

Open Notepad as Administrator Ctrl + O (Open File) C:\Windows\System32\drivers\etc file type (All File (.)) { Toggle Text Documents (.txt) to All File (.*) } Select hosts and click open

Step - 2: (if you very beginner)

127.0.0.1 yourdomain.test 127.0.0.1 www.yourdomain.test

{edit every time as run new domain}

view this https://youtu.be/faoyxBJQerU (N.B. not promoted).

Please know if work.

Thanks All.