death_satan/thinkphp-dispatch

thinkphp auto response

Maintainers

Package info

github.com/zds-s/thinkphp-dispatch

Homepage

pkg:composer/death_satan/thinkphp-dispatch

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 00:36:29 UTC


README

新增 Generator ToResponse 接口

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

安装

composer require death_satan/thinkphp-dispatch --dev

优先级

ToResponse > Generator

常见问题

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