中间件-跨域头

1.0.0 2025-05-29 07:41 UTC

This package is auto-updated.

Last update: 2025-06-02 08:47:31 UTC


README

安装仓库

composer require alone-webman/cors

中间件方法

  • 可以任何config/middleware.php中使用
return [
    '@' => [alone_mid_cors()]
];

跨域头方法

  • 不使用中间件时可以使用此方法
alone_cors($response, $request = null);