Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

peterdev's avatar

peterdev wrote a comment+100 XP

4mos ago

The Laracasts Snippet: Ep 1, Juggle The Idea

6 years as an employee and every single request I've made here has been denied. Just a number to them. The death of a passionate, dreamer programmer.

peterdev's avatar

peterdev wrote a comment+100 XP

5mos ago

The Laracasts Snippet: Ep 6, Where Does Laracasts Go From Here

For me that I'm italian is a good feature the subtitles! But in this video you say that I can enable also Audio translations, maybe now have you disabled this feature?

peterdev's avatar

peterdev wrote a reply+100 XP

5mos ago

problem Laravel Herd on MacOS

fixed by deleting all from Valet configuration. Maybe also custom resolver TLD was the problem, is it possible? Can't I change from .test to .local in Herd? All my project use .local, now I have to change all values inside databases?

peterdev's avatar

peterdev wrote a reply+100 XP

5mos ago

problem Laravel Herd on MacOS

ls /etc/resolver local test

There are other types of problems, maybe permissions with Nginx?

peterdev's avatar

peterdev started a new conversation+100 XP

5mos ago

problem Laravel Herd on MacOS

Hi everyone,
after upgrading my Mac to macOS Tahoe 26 I’m having issues with local domains.

Before the update I was using Laravel Valet without any problems. After the upgrade, none of my .local projects are reachable anymore. I also tried Laravel Herd, but the behavior is the same.

When I visit example.local the browser can’t resolve the domain.
If I manually map it to 127.0.0.1, the domain resolves, but Herd shows a "site not found" page saying the project is not in the parked paths.

What’s strange is that:

  • ping example.local resolves to 127.0.0.1
  • the project folder is inside ~/Sites
  • Sites is already parked in Herd

This makes me suspect a macOS-related DNS or permissions change after the update.

Has anyone experienced something similar on Tahoe?
Any idea what I should check next?

Thanks 🙏