Laravel 5: Generating Public URLs to Mix Compiled Assets With mix
The mix helper function can be used to generate URLs to a versioned Laravel Mix file. You should use this function when you reference assets compiled or minified using Laravel Mix; this is because Laravel Mix generates a hash as the name of the...