rederlo / cakephp-cors
There is no license information available for the latest version (dev-master) of this package.
Cors plugin for CakePHP
dev-master
2017-04-06 19:45 UTC
Requires
- php: >=5.4.16
- cakephp/cakephp: >=3.0 <3.4
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-01 10:37:35 UTC
README
#Instalation
composer require rederlo/cakephp-cors
//in config/Boostrap.php DispatcherFactory::add('Cors.Cors', ['priority' => 1]);