ayteam/aycors

thinkphp5 for cors

1.1 2017-08-08 15:03 UTC

This package is not auto-updated.

Last update: 2025-07-20 08:38:00 UTC


README

thinkphp5 for cors

安装方法

第一步 使用composer下载SDK

composer require ayteam/aycors

第二步 项目根目录执行

php think cors:config

查看application/extra/cors.php这个文件是否存在, 如果不存在复制一份 config.php 到 application/extra

使用方法

参考阅读 跨域资源共享 CORS 详解

return Cors::json(['code'=>1]); // 替代 return json(['code'=>1]);