-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
Laravel Package Version
1.0.5
Laravel Version
12.23.1
PHP Version
8.3.24
Database Driver & Version
No response
Description
When I went to enable all the new Laravel Boost features/connections for Junie in PHPStorm, the status for Herd and laravel-boost is "Cannot run program "php": CreateProcess error=2, The system cannot find the file specified."
I reinstalled Boost, but without success.

mcp.json
{
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": [
"C:\\Users\\xxxx\\Herd\\project\\artisan",
"boost:mcp"
]
},
"herd": {
"command": "php",
"args": [
"C:/Users/xxxx/.config/herd/bin/herd-mcp.phar"
],
"env": {
"SITE_PATH": "C:\\Users\\xxxx\\Herd\\project"
}
}
}
}
PHPStorm Version:
PhpStorm 2025.2
Windows 11
Herd 1.22.0
Steps To Reproduce
Create blank Laravel 12 project with Herd, Livewire Stack, Laravels build-in authentication and Pest, no Volt
add boost via composer require laravel/boost --dev
php artisan boost:install with this settings:
