Changing the Manifest Directory | Laravel 5: Generating Public URLs to Mix Compiled Assets With mix
The Laravel Mix manifest directory can be changed by supplying a value for the $manifestDirectory parameter. The manifest directory should contain the mix-manifest.json file, which contains a mapping of the asset paths and the versioned path...