Simple cache busting in Laravel
It is usually a good idea to cache your CSS and JS files as long as possible. This way you save requests and your website will load faster. But how do you make sure your visitors *will* download your new files when you made changes to them? Cache busting solves exactly this problem.