-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Valet does not run on Mac/Sierra OSX #329
Comments
I have a similar issue :( |
@fabianhenzler I downgrade to Valet 1.1.2 and problem solved. There is something wrong with 2nd version. |
Ok I also tried with 1.1.22 - the difference seems to be caddy and nginx. But also 1.1.22 resolves in endless loading and no result. |
@fabianhenzler Make sure that dnsmasq service is run. |
Try switching to dev-master and seeing if it helps.
…On Sun, Feb 26, 2017 at 3:50 AM Ali Ajoudanian ***@***.***> wrote:
@fabianhenzler <https://github.com/fabianhenzler> Make sure that dnsmasq
service is run. brew services list
If it is started, reinstall it may help you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#329 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEH3bORP702meCHG16t7k78SEEJIpkaDks5rgTzkgaJpZM4ML_Fi>
.
|
Googling for
|
Another point, which I meant to mention, got posted by @one4sorrow in #307 (comment) today:
Running |
I get this error now how can I recreate the right certificate or make sure it's created correctly in the first place? |
after using |
@fabianhenzler it looks like your |
I think I found the issue - Certificates got generated corrupted and a million times |
I've fixed my setup with Valet (2.0.3) and SSL/HTTPS connections. 😅 I'm not sure if all steps are required. I updated homebrew and valet. Then I installed OpenSSL with homebrew, and curl with OpenSSL. Next I removed PHP7 to reinstall it with the homebrew curl. I used these commands:
Hope it helps someone. |
@lekkerduidelijk this was extremely helpful! Thankyou |
This doesn't seem to work anymore with PHP version 7.0.20. Can anyone else confirm? |
I can confirm it is not working for me 👎 |
This works for me using PHP 7.1 |
Not working for me on PHP 7.1.13 |
@varadmondkar Please feel free to open up a new issue with whatever your specific issues are. |
@lekkerduidelijk Have you been able to work around this issue now that homebrew merged php into core and deprecated the old packages? with [email protected] the --with-homebrew-curl option is no longer available. |
@lekkerduidelijk Did not work for [email protected] formula. Any solutions? |
@einkoro @rinseringma I did manage to upgrade to php 7.2. However I wouldn’t advice to do so unless you really need to. (I had deprecation notices all over the place, needed to reconfigure all my extensions and xdebug must be installed manually) I used |
Thanks . Workss php72 |
Follow this link: http://rasyid.net/2017/01/21/install-laravel-valet-macos-sierra/ |
I install Laravel via composer and I can run my site via Mamp and other Mac's server environments. I installed Valet and its plugins correctly and I received a message when I type
valet
in Terminal. But it doesn't work for me and I receivedERR_EMPTY_RESPONSE
when I want to visit my site in browser.At the end when I scan 80 port (default port) via
netstat -an | grep "\.80" | grep LISTEN
there isn't any service running on 80.The text was updated successfully, but these errors were encountered: