death_satan/thinkphp-dispatch

thinkphp auto response

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/death_satan/thinkphp-dispatch

v1.0 2021-09-03 09:57 UTC

This package is auto-updated.

Last update: 2025-09-29 02:50:56 UTC


README

新增 Generator ToResponse 接口

控制器返回可以是实现了以上任意一个接口的类成员

安装

composer require death_satan/thinkphp-dispatch --dev

优先级

ToResponse > Generator

常见问题

  • 安装后在控制器中返回继承了接口的类提示错误 (执行composer update)