Laravel – How to remove the "Server" tag from the header of my server response
I set up a Laravel and an Express Node and I want to eliminate the "Server" label that the server returns in the response. I made a middleware to remove said label but I still can't remove it. Does anyone…