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