@simondavies try the 1.1.3 one that just released. FYI, what I have been doing is doing a uninstall and a install on each major update. Just in case they keep making changes to the underlying driver. So far nothing has broken for me on all my sites.
Valet v1.1.2 Update: Just keep getting the 'It Works'
now my several sites when visiting them ???.dev no just displays the 'it works' page for them and typing in anything.dev does the same?
Even create a new test folder with a fresh Laravel install, and the same happens?
ignore that now, i been looking at the drivers and mine in particular to the one i saved locally and forgot a /, now all seems to be working.
So the process I had to fix the issues seems to be:
- remove valet completely (some reason valet uninstall does nothing) so to get the latest version (v1.1.3 at the time)
- stop apache (apachectl stop)
- composer global require laravel/valet
- valet install
- valet restart
Besides my custom driver the above seems to have fixed the issue...
UPDATE
As a request, I will also add to mention that with some others it might be a good option to try and simply turn off your locally running Apache, as this as others might find is only the issue that fixes it, as @greatwitenorth has mentioned
Please or to participate in this conversation.