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

Vusumzi's avatar

Deploy a Laravel Application with Docker on a self Managed VPS

Hi all...

I just want to know that is there any tutorial that I can watch/read about how to deploy a Laravel app build on docker to a production self managed VPS?... just for learning purpose

0 likes
2 replies
sr57's avatar

No difficulty (with Sail), just :

  • install docker & docker-compose

  • use git (clone you app)

  • start Sail

1 like

Please or to participate in this conversation.