Skip to content

laravel/laravel-lsp

v1.0.0

Laravel language server for PHP code intelligence

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
    "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
    "name": "laravel-lsp",
    "version": "1.0.0",
    "description": "Laravel language server for PHP code intelligence",
    "author": {
        "name": "Taylor Otwell",
        "email": "taylor@laravel.com"
    },
    "extensions": {
        "com.anthropic.claude-code": {
            "lspServers": {
                "laravel-lsp": {
                    "command": "laravel-lsp",
                    "args": [],
                    "extensionToLanguage": {
                        ".php": "php"
                    }
                }
            }
        }
    }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.anthropic.claude-code