JSPM

@eznix/laravel-opencode

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q18257F
  • License MIT

Laravel plugin for OpenCode

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@eznix/laravel-opencode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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