/zed-laravel

Laravel Language Server integration for Zed

Primary LanguageRustMIT LicenseMIT

Laravel-ls for Zed

This extension integrates the Laravel-ls LSP into Zed.

It will download the latest Laravel-ls binary from GitHub.

Warning

Laravel-ls requires PHP to be in $PATH in order to run.

Note

Laravel-ls only provides binaries for amd64 on Linux and Windows.

You can compile your own and change the LSP binary path in Zed's settings:

"lsp": {
  "laravel-ls": {
    "binary": {
      "path": "/path/to/laravel-ls"
    }
  }
}