zxin/think-cors

v3.0.0 2023-08-11 14:53 UTC

This package is auto-updated.

Last update: 2024-04-11 18:12:42 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