laravel-mix-docs icon indicating copy to clipboard operation
laravel-mix-docs copied to clipboard

Laravel Mix Static Cache Busting

Open riccardodallavia opened this issue 2 years ago • 0 comments

This package allows you to simulate Laravel's mix function, used for cache busting, without the need to use PHP in your project.

The plugin will grab your static index.html file, search for any asset and replace them with all occurrences specified within mix-manifest.json.

You can find the source files at https://github.com/maize-tech/laravel-mix-static-cache-busting

riccardodallavia avatar Oct 28 '22 15:10 riccardodallavia