@eznix/laravel-opencodeLaravel plugin for OpenCode
0
16
9 in 7 days
15.7
Multi-signal model
7 months ago
2026-01-12
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@eznix/laravel-opencode@0.0.1"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@eznix/laravel-opencode@0.0.1"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D @eznix/laravel-opencodeopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
A collection of OpenCode plugins tailored for PHP / Laravel development.
Plugins
laravel-simplifier
A code simplification agent that refines PHP / Laravel code for clarity, consistency, and maintainability while preserving functionality.
Features:
- Applies common Laravel conventions and standards
- Reduces unnecessary complexity and nesting
- Improves readability through clear naming
- Focuses on recently modified code by default
- Preserves all original functionality
Installation
...
Usage
Once installed, tell OpenCode to use the agent after a long coding session:
> Review recent changes using the laravel-simplifier agent