/cakephp-cors

Cors plugin cake

Primary LanguagePHP

#Instalation

composer require rederlo/cakephp-cors
//in config/Boostrap.php
DispatcherFactory::add('Cors.Cors', ['priority' => 1]);