fruitcake / laravel-cors

Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application
MIT License
6.27k stars 613 forks source link

Use fruitcake/php-cors instead of asm89/stack-cors #553

Closed barryvdh closed 2 years ago

barryvdh commented 2 years ago

Use https://github.com/fruitcake/php-cors (split from asm89/stack-cors)

Removes dependency on HttpKernel + 100% own control.

Move option normalisation to php-cors