Skip to content

Instantly share code, notes, and snippets.

View palicko's full-sized avatar

Pavol Caban palicko

View GitHub Profile
@palicko
palicko / mix-asset-resolver.php
Created December 7, 2023 18:39
Laravel Mix Asset Resolver
<?php
namespace Webikon;
/**
* Class AssetResolver
*
* This utility class resolves URIs to built assets in the /dist directory of our theme. Built assets have a version
* hash within their file name – each time the file changes, this hash will change which changes the file name.
*