Skip to content

Can´t start it in PhpStorm #75

@Hellcastle

Description

@Hellcastle

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.

Image

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:

Image

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions