Did you try creating new project WITH herd ? (from their UI)
Jun 9, 2025
4
Level 2
laravel new command not working on Herd
I am trying to create a laravel project again using laravel new example with Herd, and it gave me an error:
Fatal error: Uncaught PharException: phar "C:\Users\Account\.config\herd\bin\laravel.phar" has a broken signature in C:\Users\Account\.config\herd\bin\laravel.phar:10
Stack trace:
#0 C:\Users\Account\.config\herd\bin\laravel.phar(10): Phar::mapPhar('box-auto-genera...')
#1 {main}
thrown in C:\Users\Account\.config\herd\bin\laravel.phar on line 10
I've tried uninstalling and installing the laravel herd but it seems that it does not work. I only found the same issue on GitHub 1 week ago and sadly, there is no proper way to fix it as of now.
Note that I have already multiple projects using laravel herd, not sure why it is not working right now.
Maybe someone have the same issue and how do you guys resolved it without doing some hacks. Thanks!
Please or to participate in this conversation.