Saturday, May 20, 2017

LARAVEL webpack

I am using LARAVEL 5.4.

I did versioning of css and js using webpack, which generated mix-manifest.json file in public folder.

While uploading on server , I moved out public folder content to project root folder.

Error - mix manifest does not exist.

Question - how to change manifest path so that it should search manifest.json in root folder.



via Nitin Srivastava

Advertisement