fixed laravel cors

This commit is contained in:
vedatakd 2021-07-28 13:51:21 +03:00
parent 61aaab1f8e
commit 3bfbb07837
2 changed files with 14 additions and 12 deletions

View File

@ -8,5 +8,8 @@
"files": [ "files": [
"src/Support/_helpers.php" "src/Support/_helpers.php"
] ]
},
"require": {
"fruitcake/laravel-cors": "^2.0"
} }
} }

View File

@ -84,8 +84,7 @@
"pusher/pusher-php-server": "^5.0", "pusher/pusher-php-server": "^5.0",
"simplepie/simplepie": "^1.5.0", "simplepie/simplepie": "^1.5.0",
"guzzlehttp/guzzle": "^7.3", "guzzlehttp/guzzle": "^7.3",
"visiosoft/connect-module": "^1.0", "visiosoft/connect-module": "^1.0"
"fruitcake/laravel-cors": "^2.0"
}, },
"replace": { "replace": {
"anomaly/streams-platform": "*" "anomaly/streams-platform": "*"