zxin/think-cors

v3.1.0 2025-03-07 11:18 UTC

This package is auto-updated.

Last update: 2025-03-07 14:47:51 UTC


README

全局启用

  • 配置服务注册 (app/service.php):\Zxin\Think\Cors\Service::class

局部启用

  1. 配置服务注册 (app/service.php):\Zxin\Think\Cors\Service::class
  2. 禁用自动注册中间件:config.cors.auto_register_middleware => false
  3. 注册中间件:\Zxin\Think\Cors\CorsMiddleware::class
  4. 确保优先级:config.middleware.priority

代码引用

TODO