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

Spiral's avatar

How to deploy a laravel/vue project on heroku

Hi! i want to deploay a laravel/vue app on heroku finding solution from last 5 to 6 hours but not gettting plz anyone can give me the solution or address of website where could find and deploy project

0 likes
4 replies
Spiral's avatar

Thansk @james_moore & @martinbean for replying me...

Bro i have deploy simple laravel app on heroku but i have also vuejs in laravel project in the resource js components i am not able to search how can deploy laravel with vue js so you can provide me the solution that how can deploy laravel in which i have vue js

1 like
martinbean's avatar

@spiral Follow Heroku’s documentation to get the Laravel portion deployed. When you’ve got the Laravel portion working, you can then add the Node.js build pack to your Heroku app, and run Mix whilst deploying to generate your front-end assets.

Please or to participate in this conversation.