langleyfoxall / laravel-boilerplate

Boilerplate for Laravel with common tools/plugins for ease of development.
MIT License
2 stars 4 forks source link

Add cache busting. #28

Open ash123456789 opened 5 years ago

ash123456789 commented 5 years ago

This PR adds versioning to the application bundles for the purpose of cache busting.

This is useful when working on frontend-heavy applications, saving you having to use "Disable Cache" in Chrome and is useful for deploying updates to production environments (that contain frontend fixes) with the added benefit of having the changes be reflected almost immediately.