Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jhutto's avatar

install laravel vue.js on ubuntu

I have built an laravel SPA with vue.js that I'm trying to deploy on digitalocean ubuntu 20.04 Lots of information about deploying laravel but not laravel vue.js apps.

Can anyone give me a link with this information?????

I setup the server on digital ocean and cloned my app. Everything is working.. apache, mysql, phpmyadmin, php... but keep getting .. This page isn’t working.

any ideas.. ???? Thanks

0 likes
2 replies
MarianoMoreyra's avatar

Hi @jhutto

Please share a bulleted list with a step-by-step detail of how did you implement at your server so it's easier to detect if you've missed a step.

jhutto's avatar

Well. That's kind of what I'm asking. In the recent past, I've installed a laravel app on ubuntu on digital ocean. Simply installed LAMP server and cloned Laravel 7 to the server, ran composer update, set the .env file and it worked.

Now I'm trying to install a Laravel 7 that uses Vue.js. When I do the same process...Installing a LAMP server.. Cloning a Laravel 7 with Vue.js Auth... ran composer update, set the .env file, npm install, and npm run production.. The home page comes up but the Auth pages don't work and none of my vue.js components work....

I've done a ton of searches on how to deploy laravel vue.js but there's nothing that specific about the installation.

Most are just about installing laravel. Laravel isn't the problem. It's Vue.js... What are the installation instructions for installing the vue.ls with laravel in production??????

That's what I'm asking for help with..... Please just give me a direction..... Thanks.

Please or to participate in this conversation.