rederlo/cakephp-cors

There is no license information available for the latest version (dev-master) of this package.

Cors plugin for CakePHP

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

dev-master 2017-04-06 19:45 UTC

This package is not auto-updated.

Last update: 2024-04-28 00:48:13 UTC


README

#Instalation

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