easylo/rest-cors-bundle

RESTCors Bundle for Symfony2

Installs: 1 906

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

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

This package is not auto-updated.

Last update: 2024-04-27 15:53:04 UTC


README

HOW TO USE:

for install

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

Add bundle

#app/AppKernel.php

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

setup config

#config.yml :

nothing