Same error here
Sep 23, 2016
5
Level 2
Trouble with valet install
I have followed the installation steps for valet found here: https://laravel.com/docs/5.3/valet#installation
I am able to run valet install but get the following message
valet install
Warning: file_get_contents(/usr/local/etc/php/7.0/php-fpm.d/www.conf): failed to open stream: No such file or directory in /Users/jknight/.composer/vendor/laravel/valet/cli/Valet/Filesystem.php on line 112
Warning: file_put_contents(/usr/local/etc/php/7.0/php-fpm.d/www.conf): failed to open stream: No such file or directory in /Users/jknight/.composer/vendor/laravel/valet/cli/Valet/Filesystem.php on line 125
Valet installed successfully!
I can then successfully ping a .dev and get 127.0.0.1 as expected, but when I visit one of my dev applications in a browser i just get a 502 Bad Gateway.
Does anyone have any Ideas on how to resolve this issue?
Please or to participate in this conversation.