Download the PHP package aymardkouakou/cakephp-cors-middleware without Composer
On this page you can find all versions of the php package aymardkouakou/cakephp-cors-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aymardkouakou/cakephp-cors-middleware
More information about aymardkouakou/cakephp-cors-middleware
Files in aymardkouakou/cakephp-cors-middleware
Download aymardkouakou/cakephp-cors-middleware
More information about aymardkouakou/cakephp-cors-middleware
Files in aymardkouakou/cakephp-cors-middleware
Vendor aymardkouakou
Package cakephp-cors-middleware
Short Description Basic Cors middleware for CakePHP framework.
License MIT
Homepage https://github.com/aymeekouakou/cakephp-cors-middleware
Package cakephp-cors-middleware
Short Description Basic Cors middleware for CakePHP framework.
License MIT
Homepage https://github.com/aymeekouakou/cakephp-cors-middleware
Please rate this library. Is it a good library?
Informations about the package cakephp-cors-middleware
A CakePHP (3.7+) middleware for activate cors domain in your application. Middleware docs.
Requirements
- PHP version 7.2 or higher
- CakePhp 3.7 or higher
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Ensure that debug mode is activated:
Quick Start
Adding the Middleware:
By default the middleware authorize cors for all origins, all methods and all headers. No configuration required for work fine.
Custom configuration
For using custom configuration, you must adding a array in your
file.
``
Authorized options
Allow all domains
``
Allow one domain only
``
Allow multiple domains
``
All versions of cakephp-cors-middleware with dependencies
PHP Build Version
Package Version
The package aymardkouakou/cakephp-cors-middleware contains the following files
Loading the files please wait ....