Sebastian Schlein

Results 134 comments of Sebastian Schlein

https://github.com/beyondcode/tinkerwell-helper/pull/3

Could you please go to C:\ProgramData\Herd and open the `services.json` and add the debug flag there? It should look like this: ``` { "herdHelperPort": 5000, "logLevel": "debug" } ``` After...

> I also have an issue, when I click the plus button in Herd to create a new project, the Laravel installer doesn't run, and just skips to the window...

What happens if you open Powershell and run `laravel new` does the installer start?

It looks like you're running php 8.1 globally but the installer requires php 8.2 because that's the dependency for Laravel 11. We definitely need to Improve the error message but...

It depends what's first in your $PATH variable. I assume that you get 8.1 when you run `php -v` So my guess is that if you check your PATH variable...

Regarding the HerdHelper: Could you please run `sc.exe query HerdHelper` and post the result to verify that it's running? Does your username contain a space or special chars? What happens...

Could you please mail me the content of your hosts file to our support email address?

It's a duplicate not a permanent fix, sorry.