Skip to content
    ↑↓ select↵ openesc close
    English中文
    eznix86

    Laravel Opencode

    v0.0.1Other
    @eznix/laravel-opencode

    Laravel plugin for OpenCode

    No commits in six months
    GitHub stars

    0

    Monthly installs

    16

    9 in 7 days

    Composite scoreSCORE

    15.7

    Multi-signal model

    Last commit

    7 months ago

    2026-01-12

    Install and configure

    opencode.json

    Writes 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"]
    }

    opencode 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
    

    Credit

    Taylor Otwell