No description
Find a file
2026-01-12 22:16:35 +04:00
agent feat: initial commit 2026-01-12 22:16:35 +04:00
README.md feat: initial commit 2026-01-12 22:16:35 +04:00

Laravel OpenCode Plugins

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

Credit

Taylor Otwell