---
title: "Community Laravel Extension for Zed"
url: https://daily.dev/posts/community-laravel-extension-for-zed-n4esgtvxk
source_url: https://laravel-news.com/community-laravel-extension-for-zed
type: article
source: "Laravel News"
published: 2026-06-04T13:40:43.602Z
updated: 2026-08-24T07:06:53.962Z
tags: ["php", "laravel", "zed"]
reading_time: 3
upvotes: 19
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Community Laravel Extension for Zed

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 19 upvotes · 0 comments

## Summary

Laravel for Zed is a community LSP extension for the Zed editor that brings deep Laravel awareness through static analysis of PHP and Blade files using tree-sitter. Key features include go-to-definition for views, routes, config keys, translations, env values, middleware, and container bindings; hover cards; find references; and atomic rename across the entire project. Autocomplete covers model properties, query-chain methods, Blade variables, and Laravel Pennant flags. Schema-aware diagnostics optionally connect to your real database (MySQL, PostgreSQL, SQLite, SQL Server) to catch typos in column and relation names. Blade editing gains directive completion, smart bracket expansion, and outline panel integration. The extension indexes all PHP and Blade files at startup with on-disk caching for fast restarts, and is installable directly from the Zed extensions marketplace or built from source via Cargo.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/community-laravel-extension-for-zed>

## Similar posts on daily.dev

- [PestPHP Intellisense in Laravel VS Code Extension v1.7.0](https://daily.dev/posts/pestphp-intellisense-in-laravel-vs-code-extension-v1-7-0-xut5cntoy) · Laravel News · 33 upvotes · 1 comments

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#zed](https://daily.dev/tags/zed)

[View this post on daily.dev](https://daily.dev/posts/community-laravel-extension-for-zed-n4esgtvxk)
