Laravel ProjectI have created a custom Postman header called company_code, and it works on my local development environment on my PC.However, when I deploy this project on a live server, the custom headers are not being received from the Laravel middleware.
Added company_code custom header
I am unable to retrieve the company_code from the Laravel middleware.
I tried using store value in larave config files but it's not working.I want how to access custom header in laravel project on live server.