Support the ongoing development of Laravel.io →
Requests Views
Last updated 2 years ago.
0

You could do it at the http server level.
For example if you are using apache you can add headers in the .htaccess file.
http://httpd.apache.org/docs/2.4/en/mod/mod_headers.html

Header set Cache-Control "nocache, no-store, max-age=0, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Fri, 01 Jan 1990 00:00:00 GMT"
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.