Download the PHP package jarir-ahmed/yii-cors-bypass without Composer
On this page you can find all versions of the php package jarir-ahmed/yii-cors-bypass. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jarir-ahmed/yii-cors-bypass
More information about jarir-ahmed/yii-cors-bypass
Files in jarir-ahmed/yii-cors-bypass
Download jarir-ahmed/yii-cors-bypass
More information about jarir-ahmed/yii-cors-bypass
Files in jarir-ahmed/yii-cors-bypass
Vendor jarir-ahmed
Package yii-cors-bypass
Short Description A package to replace the index.php file in a Yii application to bypass CORS policy for React and Vue.js
License MIT
Package yii-cors-bypass
Short Description A package to replace the index.php file in a Yii application to bypass CORS policy for React and Vue.js
License MIT
Please rate this library. Is it a good library?
Informations about the package yii-cors-bypass
Yii CORS Bypass
This package replaces the default web/index.php
file of a Yii2 application with a version that includes CORS headers. It allows you to work seamlessly with React or Vue.js frontends.
Useage
[ use JarirAhmed\CorsBypass\Replacer; public function actionReplaceIndex() { // Create an instance of the Replacer class $replacer = new Replacer();
try {
// Replace the index.php file
$replacer->replaceIndexFile();
return $this->asJson(['message' => 'index.php replaced successfully']);
} catch (\Exception $e) {
return $this->asJson(['error' => 'Failed to replace index.php: ' . $e->getMessage()]);
}
} ]
Installation
Run the following command to install the package via Composer:
composer require jarir-ahmed/yii-cors-bypass
All versions of yii-cors-bypass with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package jarir-ahmed/yii-cors-bypass contains the following files
Loading the files please wait ....