中间件-跨域头

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/alone-webman/cors

1.0.0 2025-05-29 07:41 UTC

This package is auto-updated.

Last update: 2025-10-02 09:32:08 UTC


README

安装仓库

composer require alone-webman/cors

中间件方法

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

跨域头方法

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