fruitcake / laravel-cors

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

Specify domain for paths #545

Open peterpan666 opened 3 years ago

peterpan666 commented 3 years ago

Hi,

Is there anyway to configure the paths separately ?

What I would like is something like this :

Anyway to achieve this using this package ?

BasvanH commented 2 years ago

My question is kind of the same #547, separate CORS configurations so you can apply them on different routes.

tmazza commented 2 years ago

No updates here? Some way to do it?