valet: [Help Wanted] 404 - Not Found
I had Valet working quite normal until I did this.
Removed PHP 7.0 and added PHP 5.6, found out that it didn’t worked and tried to undo it
brew unlink php70
brew install php56
brew link php56
// undoing
brew unlink php56
brew uninstall php56
brew link php70
However after this I can not get it to work, any ideas?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 20 (6 by maintainers)
@marktopper Hi Mark, could you describe what you did to remove every bit of Valet? I’m experiencing the same problem - especially when trying to run Elixir and
gulp watch
to activate browsersync.Hold that! I did a bit more digging, uninstalled php56 via homebrew. Uninstalled Valet and deleted the .valet folder and reinstalled again. Again, it told me php70 and dnsmasq weren’t installed, although I they were but not it seems to be working.