If you search, @snapey recently posted a guide. I forgot to save the link.
Links ate in that post.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello, all.
I'm given these legacy source code that uses Laravel and Vue and was asked to deploy it to a server. I'm really new to Laravel and Vue, so this was kinda hard. Because of budget constraints, I chose a shared hosting. My problem was that after I have extracted all the required public files to the 'public_html' folder, I encountered the "Missing Mix Manifest File" error.
I have searched for a solution to this, and was asked to run npm install and npm run dev. Yet after I followed this instructions, my 'npm run dev' command ran into an error in which it stopped the build at 70% and did not progress at all. I suspect that it was because I had to move the contents of the public folder in my original laravel project folder to the public_html, but that situation is something that needed to be done in deploying to shared hosting as I was told. Does anyone know how I can solve this problem..?
If you search, @snapey recently posted a guide. I forgot to save the link.
Links ate in that post.
Please or to participate in this conversation.