[X ] Update to the latest version by running composer update fruitcake/laravel-cors
[ X] Make sure that Apache/nginx/Valet are NOT also adding CORS headers
I want to know how I can return these headers in the response?
Access-Control-Allow-Headers
Access-Control-Allow-Methods
only Access-Control-Expose-Headers and Access-Control-Allow-Origin these are returning right now
I am using lumen 8 and the latest version of cors v2.0.4
Before you start
[X ] Update to the latest version by running
composer update fruitcake/laravel-cors
[ X] Make sure that Apache/nginx/Valet are NOT also adding CORS headersI want to know how I can return these headers in the response?
only Access-Control-Expose-Headers and Access-Control-Allow-Origin these are returning right now I am using lumen 8 and the latest version of cors v2.0.4