Related questions
Uninstall Laravel Valet
I installed Valet for the first time and I had some problems listed below:
It throws an error saying:
Unable to determine linked PHP.
Even though I have PHP 7.1 installed by php-osx.liip.ch so it just goes ahead and …
Laravel valet not working
I use OSX El Capitan and PHP 7. I followed the installation guide so I install Laravel Valet version v1.1.3 successfully. I ping foo.dev or any.dev then the terminal prints
"64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.116 ms"
Everything is …
brew link php71: Could not symlink sbin/php-fpm
I'm trying to install Laravel Valet, which requires php 7.1, but when i run brew install php71, I get the following error:
==> Pouring php71-7.1.10_21.high_sierra.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The …