rederlo/cakephp-cors

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

Cors plugin for CakePHP

Maintainers

Package info

github.com/rederlo/cakephp-cors

Type:cakephp-plugin

pkg:composer/rederlo/cakephp-cors

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-15 10:57:16 UTC


README

#Instalation

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