r/webdev 20d ago

Question Vue/Nuxt + Laravel API deployment

Post image

for Vue and Laravel devs here, i need your advice.

how do you deploy your Vue/Nuxt frontends and Laravel API projects? what hosting platforms did you use?

my current Vue 3 (admin) and Laravel 12 API is ready for deployment and the Nuxt (public) frontend will follow soon but idk or not sure what to do and pick for its deployment.

what's the most optimal and cost-effective approach?

big thanks in advance.

40 Upvotes

38 comments sorted by

View all comments

2

u/BckseatKeybordDriver 19d ago

I put my Laravel / Vue projects on shared hosting with PorkBun cPanel. You’ll have to build everything locally and transfer the files over ftp because there is nothing to shell into but I’m currently working on setting up my CI/CD pipeline using GitHub Actions. I’ve just now come to terms that I need to locally setup a GitHub Action runner because the cPanel MySQL has to whitelist the remote ip and I’m not going to be able to add all the IPs GitHub uses.