easylo/rest-cors-bundle

Symfony2 的 RESTCors Bundle

安装数: 1,906

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

开放问题: 0

类型:symfony-bundle

dev-master 2016-02-16 14:52 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:17:27 UTC


README

如何使用

安装步骤


 composer require "easylo/rest-cors-bundle" 1.*

添加包

#app/AppKernel.php

public function registerBundles()
    {
        $bundles = array(
        ...,
        new Easylo\RESTCorsBundle\EasyloRESTCorsBundle(),
    );
    
    ...

配置设置


#config.yml :

nothing