rederlo / cakephp-cors
Cors plugin for CakePHP
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: >=3.0 <3.4
Requires (Dev)
This package is not auto-updated.
Last update: 2025-03-02 05:13:35 UTC
README
#Instalation
composer require rederlo/cakephp-cors
//in config/Boostrap.php DispatcherFactory::add('Cors.Cors', ['priority' => 1]);