Well, that is a problem because Valet uses nginx to serve your sites and dnsmasq to direct all *.dev requests to valet. You have probably apache using port 80 so that maybe your issue.
Jan 28, 2017
9
Level 5
Laravel Valet not working properly
Hi all,
i have done install as per the documentation and follow the https://laracasts.com/series/laravel-from-scratch-2017/episodes/3 video
- PHP 7.1 - Installed
- composer global require laravel/valet - executed
- valet install - executed
- valet park (at root directory) - executed
- ping something.dev - executed and work properly
but while i go to browser and try to open my vlog.dev (laravel fresh install app) it's not working properly. The browser only show the (It's Works) which is the default index file of the apache.
Do you have any experience and how to solve this problem?
Level 5
Thanks you for your help,
I did solve my problem with:
- Check Nginx running status --> brew services list,
- Start Nginx --> brew services start nginx
Restart valet --> valet restart
Everything works now.
2 likes
Please or to participate in this conversation.