I'm using the following, but this header is not set. return Response::view('doNotWantCachingOnThis')...
Turns out I can use the following ->header('Expires', '0', true)
The Laravel portal for problem solving, knowledge sharing and community building.
The community