Pictures versioning feature
You can enable the pictures versioning feature to clear browsers cache. This is useful in some cases when your hosting provider activates Apache's "headers" and "expires" modules.
You have to use the /.env file to do it like this:
PICTURE_VERSIONED=true
PICTURE_VERSION=1
NOTE:
- You have to increase the value of
PICTURE_VERSIONto create a new version of your images. This will force browsers to download the new version of your images. - This feature is only available in the v3.4+ (LaraClassified) and v2.3+ (JobClass)
You are done.