This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Description
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 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