rluders/cors

OctoberCMS 的 CORS 插件

资助包维护!
rluders
Patreon

安装次数: 580

依赖项: 1

推荐者: 0

安全性: 0

星标: 11

关注者: 3

分支: 11

开放问题: 2

类型:october-plugin

v1.0.6 2021-01-25 18:26 UTC

This package is auto-updated.

Last update: 2024-09-29 05:56:22 UTC


README

此插件提供简单的 CORS 支持,用于 WinterCMS,实现了 barryvdh/laravel-cors

安装

  1. 使用 composer
$ composer require rluders/cors
  1. 在 OctoberCMS 后端配置它。

  2. 在您的 route.php 中使用它

<?php

Route::group(['prefix' => 'api/e1', 'middleware' => ['\Barryvdh\Cors\HandleCors']], function(){
    // routes here
});

许可证

MIT