Skip to content

wsl problem #299

@ZdenekKrcal

Description

@ZdenekKrcal

Laravel Package Version

1.3.3

Laravel Version

12.33.0

PHP Version

8.3

System Info

Win 11 with WSL 2 Ubuntu 24.04.3, php 8.3, mariadb, nginx

Description

There is problem with laravel boost (using github copilot in VS Code) where after updtating I get this mcp settings:

{
    "servers": {
        "laravel-boost": {
            "command": "wsl",
            "args": [
                "/usr/bin/php8.3",
                "/home/zdenek/projekty/exchangehub/artisan",
                "boost:mcp"
            ]
        }
    }
}

but correnct way is to have wsl.exe for working:

{
    "servers": {
        "laravel-boost": {
            "command": "wsl.exe",
            "args": [
                "/usr/bin/php8.3",
                "/home/zdenek/projekty/exchangehub/artisan",
                "boost:mcp"
            ]
        }
    }
}

Steps To Reproduce

just update boost:update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions