You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,15 +149,15 @@ and is not portable across tools.
149
149
150
150
The following plugins are enabled in `.claude/settings.json`:
151
151
152
-
| Plugin | Purpose | Source |
153
-
|---|---|---|
154
-
|`php-lsp`| PHP language server for type-aware code intelligence |[claude-plugins-official](https://github.com/anthropics/claude-code-plugins)|
155
-
|`context7`| Up-to-date documentation lookup for Symfony, Doctrine, API Platform, etc. |[claude-plugins-official](https://github.com/anthropics/claude-code-plugins)|
|`playwright`| Browser automation for debugging and testing the EasyAdmin UI |[claude-plugins-official](https://github.com/anthropics/claude-code-plugins)|
160
-
|`feature-dev`| Guided feature development with codebase exploration and architecture focus |[claude-plugins-official](https://github.com/anthropics/claude-code-plugins)|
|`php-lsp`| PHP language server for type-aware code intelligence|[claude-plugins-official](https://github.com/anthropics/claude-code-plugins)|
155
+
|`context7`| Up-to-date documentation lookup for Symfony, Doctrine, API Platform, etc.|[claude-plugins-official](https://github.com/anthropics/claude-code-plugins)|
|`playwright`| Browser automation for debugging and testing the EasyAdmin UI|[claude-plugins-official](https://github.com/anthropics/claude-code-plugins)|
160
+
|`feature-dev`| Guided feature development with codebase exploration and architecture focus |[claude-plugins-official](https://github.com/anthropics/claude-code-plugins)|
161
161
162
162
> **Note:** The `php-lsp` plugin requires [Intelephense](https://intelephense.com/)
163
163
> installed globally: `npm install -g intelephense`. All other plugins work
0 commit comments