Ways of deploying Laravel App

Ivan Kolodii
2 min readAug 21, 2021

There are many-many variations of how you can deploy your app. Of course, it heavily depends on the type of app: whether it’s a simple one-page website or a high-load SAAS.

I try to follow two main concepts when it comes to deployment:
- it should be as automated as possible
- it must be cost-effective.

I can highlight a few main deployment solutions: Vapor, Forge and DigitalOcean App platform.

Vapor

--

--