Try running valet link from inside the directory of your project. If error still persists, maybe try running valet stop && valet start?
Valet is not working (site cannot be reached)
Hi,
I install valet reading the documentation, then use the park command in the sites folder and then use the command laravel new blog. But when I access any of the link below it appears site cannot be reached.
https://blog.dev/
https://blog.test/
http://blog.dev/
http://blog.test/
Do you know how to debug this error better? I already read some discussions about none fixed the issue.
The command brew services list shows:
Name Status User
php71 started root
nginx started root
mysql started dennk
The command valet path shows:
"/users/dennk/sites
Ping to localhost works but ping to blog.dev or blog.test dont.
The dnsmasq service should have been installed with Valet. You should try removing valet and installing it again, or try to run valet star as root.
Please or to participate in this conversation.