ayteam / aycors
thinkphp5 for cors
1.1
2017-08-08 15:03 UTC
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2024-09-29 04:49:21 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]);