[Vuejs]-Deploying Laravel+Vue on shared hosting

0👍

Inspect in the browser, your js files are not found mostly, provide the structure of the directory in the hosting server, check you have the node modules in your server or not, and the errors showing in the inspection.

Run npm install and composer update in the server.

0👍

It was due to the cached views. It worked fine when I deleted all files in storage/framework/views

Leave a comment